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 | ßüZ | 11011111111111001000110101011010 | dffc8d5a |
SJIS-WIN | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
EUC-JP | ßü?Z | 1000111110101001110011101000111110101011111001000011111101011010 | 8fa9ce8fabe43f5a |
UTF-8 | ßüZ | 11000011100111111100001110111100110000101000110101011010 | c39fc3bcc28d5a |
UHC | ß??Z | 1010100110101100001111110011111101011010 | a9ac3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)