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 | 漆煮屡 | 100011101011110110001110110011111000111011000110 | 8ebd8ecf8ec6 |
EUC-JP | 漆煮屡 | 101111001011111110111100110100011011110011001000 | bcbfbcd1bcc8 |
UTF-8 | 漆煮屡 | 111001101011110010000110111001111000010110101110111001011011000110100001 | e6bc86e785aee5b1a1 |
UHC | 漆煮? | 1111011011010100111011011011010000111111 | f6d4edb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)