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 | ÞºoBF | 1101111010111010011011110100001001000110 | deba6f4246 |
SJIS-WIN | ??oBF | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
EUC-JP | ÞºoBF | 100011111010100110110000100011111010001011101011011011110100001001000110 | 8fa9b08fa2eb6f4246 |
UTF-8 | ÞºoBF | 11000011100111101100001010111010011011110100001001000110 | c39ec2ba6f4246 |
UHC | ÞºoBF | 10101000101011011010100010101100011011110100001001000110 | a8ada8ac6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)