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 | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 栓篩?BF | 10010000111100001110001010111111001111110100001001000110 | 90f0e2bf3f4246 |
EUC-JP | 栓篩?BF | 11000000111100101110010011000001001111110100001001000110 | c0f2e4c13f4246 |
UTF-8 | 栓篩섕BF | 1110011010100000100100111110011110101111101010011110110010000100100101010100001001000110 | e6a093e7afa9ec84954246 |
UHC | 栓篩섕BF | 1110111011111011110111101110100010111100101011000100001001000110 | eefbdee8bcac4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)