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 | OBOBB | 100101110100111110011010010000101001011101001111100110100100001001000010 | 974f9a42974f9a4242 |
SJIS-WIN | ?O?B?O?BB | 001111110100111100111111010000100011111101001111001111110100001001000010 | 3f4f3f423f4f3f4242 |
EUC-JP | ?O?B?O?BB | 001111110100111100111111010000100011111101001111001111110100001001000010 | 3f4f3f423f4f3f4242 |
UTF-8 | OBOBB | 11000010100101110100111111000010100110100100001011000010100101110100111111000010100110100100001001000010 | c2974fc29a42c2974fc29a4242 |
UHC | ?O?B?O?BB | 001111110100111100111111010000100011111101001111001111110100001001000010 | 3f4f3f423f4f3f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)