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 | 損叩賊 | 100100011011100110010010010000001001000110101111 | 91b9924091af |
EUC-JP | 損叩賊 | 110000101011101111000011101000011100001010110001 | c2bbc3a1c2b1 |
UTF-8 | 損叩賊 | 111001101001000010001101111001011000111110101001111010001011001110001010 | e6908de58fa9e8b38a |
UHC | 損叩賊 | 111000011101111111001101101100001110111011100100 | e1dfcdb0eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)