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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 誘??苑?? | 1001011101010101001111110011111110001001100100010011111100111111 | 97553f3f89913f3f |
EUC-JP | 誘??苑®? | 11001101101101100011111100111111101100011111000110001111101000101110111000111111 | cdb63f3fb1f18fa2ee3f |
UTF-8 | 誘룸빑苑®툞 | 1110100010101010100110001110101110100011101110001110101110111001100100011110100010001011100100011100001010101110111011011000100010011110 | e8aa98eba3b8ebb991e88b91c2aeed889e |
UHC | 誘룸빑苑®툞 | 111010111010111110110111111010111001010110110101111010101011110110100010111001111011100010010101 | ebafb7eb95b5eabda2e7b895 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)