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 | 馭???⑨? | 1110100101100110001111110011111100111111100001110100100000111111 | e9663f3f3f87483f |
EUC-JP | 馭??彛?? | 111100011100011100111111001111111000111110111100111110100011111100111111 | f1c73f3f8fbcfa3f3f |
UTF-8 | 馭곷끃彛⑨㎕ | 111010011010011010101101111010101011001110110111111010111000000110000011111001011011110110011011111000101001000110101000111000111000111010010101 | e9a6adeab3b7eb8183e5bd9be291a8e38e95 |
UHC | 馭곷끃彛⑨㎕ | 111001011101111110000001111010111000010110111001111011001010110110101000111011111010011110100001 | e5df81eb85b9ecada8efa7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)