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 | ???K?? | 001111110011111100111111010010110011111100111111 | 3f3f3f4b3f3f |
SJIS-WIN | 藥??K逵鵝 | 111001010101101000111111001111110100101111100111100111001110101001000000 | e55a3f3f4be79cea40 |
EUC-JP | 藥??K逵鵝 | 111010011011101100111111001111110100101111101101111111001111001110100001 | e9bb3f3f4bedfcf3a1 |
UTF-8 | 藥먨뮠K逵鵝 | 11101000100101111010010111101011101010001010100011101011101011101010000001001011111010011000000010110101111010011011010110011101 | e897a5eba8a8ebaea04be980b5e9b59d |
UHC | 藥먨뮠K逵鵝 | 1110010110110111100100001110010110010010101011000100101111010000101100001110010010111101 | e5b790e592ac4bd0b0e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)