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 | 尊多賊 | 100100011011100010010001101111011001000110101111 | 91b891bd91af |
EUC-JP | 尊多賊 | 110000101011101011000010101111111100001010110001 | c2bac2bfc2b1 |
UTF-8 | 尊多賊 | 111001011011000010001010111001011010010010011010111010001011001110001010 | e5b08ae5a49ae8b38a |
UHC | 尊多賊 | 111100001110111011010010111111011110111011100100 | f0eed2fdeee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)