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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 止?楮?鄭? | 100011100111111000111111100111101011100000111111100100110100000100111111 | 8e7e3f9eb83f93413f |
EUC-JP | 止?楮?鄭? | 101110111101111100111111110111001011101000111111110001011010001000111111 | bbdf3fdcba3fc5a23f |
UTF-8 | 止렠楮렫鄭렮 | 111001101010110110100010111010111010000010100000111001101010010110101110111010111010000010101011111010011000010010101101111010111010000010101110 | e6ada2eba0a0e6a5aeeba0abe984adeba0ae |
UHC | 止렠楮렫鄭렮 | 111100101010110110001110101100011110111010111111100011101011100111101111111101111000111010111011 | f2ad8eb1eebf8eb9eff78ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)