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 | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 巐楠囿Z | 11111010101101101001001111101101100110101001110001011010 | fab693ed9a9c5a |
EUC-JP | 巐楠囿Z | 1000111110111011111110011100011011101111110100111111110001011010 | 8fbbf9c6efd3fc5a |
UTF-8 | 巐楠囿Z | 11100101101101111001000011100110101001011010000011100101100110111011111101011010 | e5b790e6a5a0e59bbf5a |
UHC | ?楠?Z | 0011111111010001111110000011111101011010 | 3fd1f83f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)