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 | 臀ч寒 | 111001000101110010000100100010011000101010100110 | e45c84898aa6 |
EUC-JP | 臀ч寒 | 111001111011110110100111111010011011010010101000 | e7bda7e9b4a8 |
UTF-8 | 臀ч寒 | 1110100010000111100000001101000110000111111001011010111110010010 | e88780d187e5af92 |
UHC | 臀ч寒 | 110101001110101110101100111010011111100111001110 | d4ebace9f9ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)