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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嶸弥亂 | 111110101011010010010110111011011001100010101010 | fab496ed98aa |
EUC-JP | 嶸弥亂 | 10001111101110111111010011001100111011111101000010101100 | 8fbbf4ccefd0ac |
UTF-8 | 嶸弥亂 | 111001011011011010111000111001011011110010100101111001001011101010000010 | e5b6b8e5bca5e4ba82 |
UHC | 嶸?亂 | 1110011110101110001111111101010110101111 | e7ae3fd5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)