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 | 章憾?長? | 1000111111001101100010101011011000111111100100101011011100111111 | 8fcd8ab63f92b73f |
EUC-JP | 章憾?長? | 1011111011001111101101001011100000111111110001001011100100111111 | becfb4b83fc4b93f |
UTF-8 | 章憾벨長렲 | 111001111010101110100000111001101000011010111110111010111011001010101000111010011001010110110111111010111010000010110010 | e7aba0e686beebb2a8e995b7eba0b2 |
UHC | 章憾벨長렲 | 11101101111100011100101011110000101110101010011111101101111111101000111010111111 | edf1caf0baa7edfe8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)