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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????壤 | 0011111100111111001111110011111100111111001111111001101011011111 | 3f3f3f3f3f3f9adf |
EUC-JP | ??????壤 | 0011111100111111001111110011111100111111001111111101010011100001 | 3f3f3f3f3f3fd4e1 |
UTF-8 | 遼긷떂溜묐젒壤 | 111011111010011110000011111010101011100010110111111010111001011010000010111011111010011110001011111010111010110010010000111011001010000010010010111001011010001110100100 | efa783eab8b7eb9682efa78bebac90eca092e5a3a4 |
UHC | 遼긷떂溜묐젒壤 | 1110100110101100101100011110010110001011100110001110101011111110100100011110101110100000100100011110010110111101 | e9acb1e58b98eafe91eba091e5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)