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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 齊???BF | 11101010100011100011111100111111001111110100001001000110 | ea8e3f3f3f4246 |
EUC-JP | 齊???BF | 11110011111011100011111100111111001111110100001001000110 | f3ee3f3f3f4246 |
UTF-8 | 齊잭렜렕BF | 1110100110111101100010101110110010011110101011011110101110100000100111001110101110100000100101010100001001000110 | e9bd8aec9eadeba09ceba0954246 |
UHC | 齊잭렜렕BF | 11110000101110101100000011101000100011101010111010001110101010100100001001000110 | f0bac0e88eae8eaa4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)