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 | 長?暲 | 1001001010110111001111111111101011011100 | 92b73ffadc |
EUC-JP | 長?暲 | 110001001011100100111111100011111100001011011011 | c4b93f8fc2db |
UTF-8 | 長렮暲 | 111010011001010110110111111010111010000010101110111001101001101010110010 | e995b7eba0aee69ab2 |
UHC | 長렮暲 | 111011011111111010001110101110111110110111100111 | edfe8ebbede7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)