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 | 題??懿? | 10010001111010000011111100111111100111001111001000111111 | 91e83f3f9cf23f |
EUC-JP | 題??懿? | 11000010111010100011111100111111110110001111010000111111 | c2ea3f3fd8f43f |
UTF-8 | 題면땜懿렭 | 111010011010000110001100111010111010100110110100111010111001010110011100111001101000011110111111111010111010000010101101 | e9a18ceba9b4eb959ce687bfeba0ad |
UHC | 題면땜懿렭 | 11110000101110011011100011101001101101101010101111101011111100111000111010111010 | f0b9b8e9b6abebf38eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)