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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獰??幼? | 11100000110101100011111100111111100101110110001100111111 | e0d63f3f97633f |
EUC-JP | 獰??幼? | 11100000110110000011111100111111110011011100010000111111 | e0d83f3fcdc43f |
UTF-8 | 獰욊퇌幼쇾 | 111001111000110110110000111011001001101010001010111011011000011110001100111001011011100110111100111011001000011110111110 | e78db0ec9a8aed878ce5b9bcec87be |
UHC | 獰욊퇌幼쇾 | 11100111101111101001111011101010101101111001110111101010111010101001100111100100 | e7be9eeab79deaea99e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)