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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 壕故壕 | 100011011000100010001100110011001000110110001000 | 8d888ccc8d88 |
EUC-JP | 壕故壕 | 101110011110100010111000110011101011100111101000 | b9e8b8ceb9e8 |
UTF-8 | 壕故壕 | 111001011010001110010101111001101001010110000101111001011010001110010101 | e5a395e69585e5a395 |
UHC | 壕故壕 | 111110111011110111001101101110101111101110111101 | fbbdcdbafbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)