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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 長?禎?? | 10010010101101110011111110010010111101010011111100111111 | 92b73f92f53f3f |
EUC-JP | 長?禎?醱 | 110001001011100100111111110001001111011100111111100011111110001011110111 | c4b93fc4f73f8fe2f7 |
UTF-8 | 長렰禎패醱 | 111010011001010110110111111010111010000010110000111001111010011010001110111011011000110010101000111010011000011010110001 | e995b7eba0b0e7a68eed8ca8e986b1 |
UHC | 長렰禎패醱 | 11101101111111101000111010111101111011111110111011000110110100001101101110100011 | edfe8ebdefeec6d0dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)