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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 螟喙螟喙^ | 111001011010010010011010010110111110010110100100100110100101101101011110 | e5a49a5be5a49a5b5e |
EUC-JP | 螟喙螟喙^ | 111010101010011011010011101111001110101010100110110100111011110001011110 | eaa6d3bceaa6d3bc5e |
UTF-8 | 螟喙螟喙^ | 11101000100111101001111111100101100101101001100111101000100111101001111111100101100101101001100101011110 | e89e9fe59699e89e9fe596995e |
UHC | 螟喙螟喙^ | 110110011010110111111101110000101101100110101101111111011100001001011110 | d9adfdc2d9adfdc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)