To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 辰炭G | 1001001001000011100100100101100101000111 | 9243925947 |
EUC-JP | 辰炭G | 1100001110100100110000111011101001000111 | c3a4c3ba47 |
UTF-8 | 辰炭G | 11101000101111101011000011100111100000101010110101000111 | e8beb0e782ad47 |
UHC | 辰炭G | 1111001011100011111101111010100101000111 | f2e3f7a947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)