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 | 亮聾耒 | 100101111011101010011000010101111110001111001110 | 97ba9857e3ce |
EUC-JP | 亮聾耒 | 110011101011110011001111101110001110011011010000 | cebccfb8e6d0 |
UTF-8 | 亮聾耒 | 111001001011101010101110111010001000000110111110111010001000000010010010 | e4baaee881bee88092 |
UHC | 亮聾? | 1101010111010101110101101110110000111111 | d5d5d6ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)