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 | «Ò«ªwh | 1000111110101011110100101000111110101011101010100111011101101000 | 8fabd28fabaa7768 |
SJIS-WIN | ??????wh | 0011111100111111001111110011111100111111001111110111011101101000 | 3f3f3f3f3f3f7768 |
EUC-JP | ??Ò??ªwh | 001111110011111110001111101010101101001000111111001111111000111110100010111011000111011101101000 | 3f3f8faad23f3f8fa2ec7768 |
UTF-8 | «Ò«ªwh | 1100001010001111110000101010101111000011100100101100001010001111110000101010101111000010101010100111011101101000 | c28fc2abc392c28fc2abc2aa7768 |
UHC | ?????ªwh | 001111110011111100111111001111110011111110101000101000110111011101101000 | 3f3f3f3f3fa8a37768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)