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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 壕橋 | 10001101100010001000101110110100 | 8d888bb4 |
EUC-JP | 壕橋 | 10111001111010001011011010110110 | b9e8b6b6 |
UTF-8 | 壕橋 | 111001011010001110010101111001101010100110001011 | e5a395e6a98b |
UHC | 壕橋 | 11111011101111011100111011101001 | fbbdcee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)