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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞐槭i蟇 | 1110100011011110100111101110001110000010100010011110010110101111 | e8de9ee38289e5af |
EUC-JP | 鞐槭i蟇 | 1111000011100000110111001110010110100011111010011110101010110001 | f0e0dce5a3e9eab1 |
UTF-8 | 鞐槭i蟇 | 111010011001111010010000111001101010011110101101111011111011110110001001111010001001111110000111 | e99e90e6a7adefbd89e89f87 |
UHC | ??i? | 0011111100111111101000111110100100111111 | 3f3fa3e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)