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 | 啼?臧?雍? | 100110100110010100111111111001000110100000111111111010001011010000111111 | 9a653fe4683fe8b43f |
EUC-JP | 啼?臧?雍? | 110100111100011000111111111001111100100100111111111100001011011000111111 | d3c63fe7c93ff0b63f |
UTF-8 | 啼렮臧렩雍끽 | 111001011001010110111100111010111010000010101110111010001000011110100111111010111010000010101001111010011001101110001101111010111000000110111101 | e595bceba0aee887a7eba0a9e99b8deb81bd |
UHC | 啼렮臧렩雍끽 | 111100001010011010001110101110111110110111110101100011101011011111101000101111001011001110100011 | f0a68ebbedf58eb7e8bcb3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)