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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 中?呂 | 1001001010000110001111111001100001000011 | 92863f9843 |
EUC-JP | 中?呂 | 1100001111100110001111111100111110100100 | c3e63fcfa4 |
UTF-8 | 中잼呂 | 111001001011100010101101111011001001111010111100111001011001000110000010 | e4b8adec9ebce59182 |
UHC | 中잼呂 | 111100011110100111000000111010111101010111100101 | f1e9c0ebd5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)