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 | 壕橋?^ | 100011011000100010001011101101000011111101011110 | 8d888bb43f5e |
EUC-JP | 壕橋?^ | 101110011110100010110110101101100011111101011110 | b9e8b6b63f5e |
UTF-8 | 壕橋위^ | 11100101101000111001010111100110101010011000101111101100100111001000010001011110 | e5a395e6a98bec9c845e |
UHC | 壕橋위^ | 11111011101111011100111011101001110000001010011101011110 | fbbdcee9c0a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)