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 | 嶸弥乂嶸 | 1111101010110100100101101110110110011000101001111111101010110100 | fab496ed98a7fab4 |
EUC-JP | 嶸弥乂嶸 | 10001111101110111111010011001100111011111101000010101001100011111011101111110100 | 8fbbf4ccefd0a98fbbf4 |
UTF-8 | 嶸弥乂嶸 | 111001011011011010111000111001011011110010100101111001001011100110000010111001011011011010111000 | e5b6b8e5bca5e4b982e5b6b8 |
UHC | 嶸?乂嶸 | 11100111101011100011111111100111110100011110011110101110 | e7ae3fe7d1e7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)