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 | OzOzB | 100101110100111110010111011110101001011101001111100101110111101001000010 | 974f977a974f977a42 |
SJIS-WIN | ?O?z?O?zB | 001111110100111100111111011110100011111101001111001111110111101001000010 | 3f4f3f7a3f4f3f7a42 |
EUC-JP | ?O?z?O?zB | 001111110100111100111111011110100011111101001111001111110111101001000010 | 3f4f3f7a3f4f3f7a42 |
UTF-8 | OzOzB | 11000010100101110100111111000010100101110111101011000010100101110100111111000010100101110111101001000010 | c2974fc2977ac2974fc2977a42 |
UHC | ?O?z?O?zB | 001111110100111100111111011110100011111101001111001111110111101001000010 | 3f4f3f7a3f4f3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)