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 | ???壤? | 001111110011111100111111100110101101111100111111 | 3f3f3f9adf3f |
EUC-JP | ???壤? | 001111110011111100111111110101001110000100111111 | 3f3f3fd4e13f |
UTF-8 | 僚뽩넼壤밄 | 111011111010011010111011111010111011110110101001111010111000010010111100111001011010001110100100111010111011000010000100 | efa6bbebbda9eb84bce5a3a4ebb084 |
UHC | 僚뽩넼壤밄 | 11101000111010001001011011100101100001101011011011100101101111011001001101000010 | e8e896e586b6e5bd9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)