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 | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
EUC-JP | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
UTF-8 | 묯묳뫑묿뫚뫌BF | 1110101110101100101011111110101110101100101100111110101110101011100100011110101110101100101111111110101110101011100110101110101110101011100011000100001001000110 | ebacafebacb3ebab91ebacbfebab9aebab8c4246 |
UHC | 묯묳뫑묿뫚뫌BF | 1001001001000110100100100100101010010001101100111001001001001110100100011011101010010001101011100100001001000110 | 9246924a91b3924e91ba91ae4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)