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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 叩辿H | 1001001001000000100100100100100001001000 | 9240924848 |
EUC-JP | 叩辿H | 1100001110100001110000111010100101001000 | c3a1c3a948 |
UTF-8 | 叩辿H | 11100101100011111010100111101000101111101011111101001000 | e58fa9e8bebf48 |
UHC | 叩?H | 11001101101100000011111101001000 | cdb03f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)