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 | 贓謝鬻 | 111001101101100110001110110100111110001011110110 | e6d98ed3e2f6 |
EUC-JP | 贓謝鬻 | 111011001101101110111100110101011110010011111000 | ecdbbcd5e4f8 |
UTF-8 | 贓謝鬻 | 111010001011010010010011111010001010110010011101111010011010110010111011 | e8b493e8ac9de9acbb |
UHC | 贓謝? | 1110110111111100110111101111001100111111 | edfcdef33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)