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 | ?O????B | 00111111010011110011111100111111001111110011111101000010 | 3f4f3f3f3f3f42 |
SJIS-WIN | 俎O????B | 1001100011010111010011110011111100111111001111110011111101000010 | 98d74f3f3f3f3f42 |
EUC-JP | 俎O????B | 1101000011011001010011110011111100111111001111110011111101000010 | d0d94f3f3f3f3f42 |
UTF-8 | 俎O렯롏렯렏B | 1110010010111111100011100100111111101011101000001010111111101011101000011000111111101011101000001010111111101011101000001000111101000010 | e4bf8e4feba0afeba18feba0afeba08f42 |
UHC | 俎O렯롏렯렏B | 111100001011101101001111100011101011110010001110110101011000111010111100100011101010010101000010 | f0bb4f8ebc8ed58ebc8ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)