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 | 壹??^ | 1001101011100011001111110011111101011110 | 9ae33f3f5e |
EUC-JP | 壹??^ | 1101010011100101001111110011111101011110 | d4e53f3f5e |
UTF-8 | 壹닻룰^ | 11100101101000111011100111101011100010111011101111101011101000111011000001011110 | e5a3b9eb8bbbeba3b05e |
UHC | 壹닻룰^ | 11101100111011001011010011101001101101111110101001011110 | ececb4e9b7ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)