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 | 拾??洙 | 100011110100010100111111001111111001111110101010 | 8f453f3f9faa |
EUC-JP | 拾??洙 | 101111011010011000111111001111111101111010101100 | bda63f3fdeac |
UTF-8 | 拾룄뙴洙 | 111001101000101110111110111010111010001110000100111010111001100110110100111001101011010010011001 | e68bbeeba384eb99b4e6b499 |
UHC | 拾룄뙴洙 | 1110001110100110100011111000010010001100101101111110001010101010 | e3a68f848cb7e2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)