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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 獨砒獪^ | 11100000110101011110000111100101111000001101010001011110 | e0d5e1e5e0d45e |
EUC-JP | 獨砒獪^ | 11100000110101111110001011100111111000001101011001011110 | e0d7e2e7e0d65e |
UTF-8 | 獨砒獪^ | 11100111100011011010100011100111101000001001001011100111100011011010101001011110 | e78da8e7a092e78daa5e |
UHC | 獨砒獪^ | 11010100101111001101110111110111111111001110101001011110 | d4bcddf7fcea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)