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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 獄??] | 1000110110010110001111110011111101011101 | 8d963f3f5d |
EUC-JP | 獄??] | 1011100111110110001111110011111101011101 | b9f63f3f5d |
UTF-8 | 獄꾨윺] | 11100111100011011000010011101010101111101010100011101100100111001011101001011101 | e78d84eabea8ec9cba5d |
UHC | 獄꾨윺] | 11101000101010111000010011101011100111111011010001011101 | e8ab84eb9fb45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)