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 | 長?諍? | 100100101011011100111111111001100111100100111111 | 92b73fe6793f |
EUC-JP | 長?諍? | 110001001011100100111111111010111101101000111111 | c4b93febda3f |
UTF-8 | 長렮諍렋 | 111010011001010110110111111010111010000010101110111010001010101110001101111010111010000010001011 | e995b7eba0aee8ab8deba08b |
UHC | 長렮諍렋 | 1110110111111110100011101011101111101110101101011000111010100010 | edfe8ebbeeb58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)