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 | 螟懍玄 | 111001011010010010011100111011001000110010111010 | e5a49cec8cba |
EUC-JP | 螟懍玄 | 111010101010011011011000111011101011100010111100 | eaa6d8eeb8bc |
UTF-8 | 螟懍玄 | 111010001001111010011111111001101000011110001101111001111000111010000100 | e89e9fe6878de78e84 |
UHC | 螟?玄 | 1101100110101101001111111111101011011100 | d9ad3ffadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)