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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 畍ム磅B | 111000010101011111010001111000011111101001000010 | e157d1e1fa42 |
EUC-JP | 畍ム磅B | 11100001101110001000111011010001111000101111110001000010 | e1b88ed1e2fc42 |
UTF-8 | 畍ム磅B | 11100111100101011000110111101111101111101001000111100111101000111000010101000010 | e7958defbe91e7a38542 |
UHC | ??磅B | 0011111100111111110110111011011001000010 | 3f3fdbb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)