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 | 11100111100101001001010111101011100100111010010011101011100000001011111111100111100101001001010111101011100100111010010011101011100000001011111101000010 | e79495eb93a4eb80bfe79495eb93a4eb80bf42 |
UHC | 甕들뀿甕들뀿B | 11101000101110001011010111101001100001011011010111101000101110001011010111101001100001011011010101000010 | e8b8b5e985b5e8b8b5e985b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)