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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 荊? | 100011000111010000111111 | 8c743f |
EUC-JP | 荊? | 101101111101010100111111 | b7d53f |
UTF-8 | 荊섳 | 111010001000110110001010111011001000010010110011 | e88d8aec84b3 |
UHC | 荊섳 | 11111011101010101001100101000010 | fbaa9942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)