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 | 壕橋裨 | 100011011000100010001011101101001110010111101001 | 8d888bb4e5e9 |
EUC-JP | 壕橋裨 | 101110011110100010110110101101101110101011101011 | b9e8b6b6eaeb |
UTF-8 | 壕橋裨 | 111001011010001110010101111001101010100110001011111010001010001110101000 | e5a395e6a98be8a3a8 |
UHC | 壕橋裨 | 111110111011110111001110111010011101111010100101 | fbbdcee9dea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)