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 | 叩俗贈 | 100100100100000010010001101011011001000110100001 | 924091ad91a1 |
EUC-JP | 叩俗贈 | 110000111010000111000010101011111100001010100011 | c3a1c2afc2a3 |
UTF-8 | 叩俗贈 | 111001011000111110101001111001001011111110010111111010001011010010001000 | e58fa9e4bf97e8b488 |
UHC | 叩俗贈 | 110011011011000011100001110101001111000111111100 | cdb0e1d4f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)