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 | 艤?章?蔚? | 111001000111111000111111100011111100110100111111100010010101010100111111 | e47e3f8fcd3f89553f |
EUC-JP | 艤?章?蔚? | 111001111101111100111111101111101100111100111111101100011011011000111111 | e7df3fbecf3fb1b63f |
UTF-8 | 艤렪章렔蔚렏 | 111010001000100110100100111010111010000010101010111001111010101110100000111010111010000010010100111010001001010010011010111010111010000010001111 | e889a4eba0aae7aba0eba094e8949aeba08f |
UHC | 艤렪章렔蔚렏 | 111010111111101010001110101110001110110111110001100011101010100111101010101001011000111010100101 | ebfa8eb8edf18ea9eaa58ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)