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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 題??烝? | 10010001111010000011111100111111111000000111111000111111 | 91e83f3fe07e3f |
EUC-JP | 題??烝? | 11000010111010100011111100111111110111111101111100111111 | c2ea3f3fdfdf3f |
UTF-8 | 題면땜烝렏 | 111010011010000110001100111010111010100110110100111010111001010110011100111001111000001110011101111010111010000010001111 | e9a18ceba9b4eb959ce7839deba08f |
UHC | 題면땜烝렏 | 11110000101110011011100011101001101101101010101111110001111101101000111010100101 | f0b9b8e9b6abf1f68ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)