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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 甕??甕??B | 111000010101000000111111001111111110000101010000001111110011111101000010 | e1503f3fe1503f3f42 |
EUC-JP | 甕??甕??B | 111000011011000100111111001111111110000110110001001111110011111101000010 | e1b13f3fe1b13f3f42 |
UTF-8 | 甕듣깯甕듣깯B | 11100111100101001001010111101011100100111010001111101010101110011010111111100111100101001001010111101011100100111010001111101010101110011010111101000010 | e79495eb93a3eab9afe79495eb93a3eab9af42 |
UHC | 甕듣깯甕듣깯B | 11101000101110001011010111101000100000111001111011101000101110001011010111101000100000111001111001000010 | e8b8b5e8839ee8b8b5e8839e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)