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 | 蛻題。 | 1110010110001000100100011110100010100001 | e58891e8a1 |
EUC-JP | 蛻題。 | 111010011110100011000010111010101000111010100001 | e9e8c2ea8ea1 |
UTF-8 | 蛻題。 | 111010001001101110111011111010011010000110001100111011111011110110100001 | e89bbbe9a18cefbda1 |
UHC | ?題? | 00111111111100001011100100111111 | 3ff0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)