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 | 1110011010111100100001101110011110001000101101010111011101101000 | e6bc86e788b57768 |
SJIS-WIN | ??????wh | 0011111100111111001111110011111100111111001111110111011101101000 | 3f3f3f3f3f3f7768 |
EUC-JP | æ??ç??wh | 100011111010100111000001001111110011111110001111101010111010111000111111001111110111011101101000 | 8fa9c13f3f8fabae3f3f7768 |
UTF-8 | æ¼çµwh | 1100001110100110110000101011110011000010100001101100001110100111110000101000100011000010101101010111011101101000 | c3a6c2bcc286c3a7c288c2b57768 |
UHC | æ¼????wh | 10101001101000011010100011111001001111110011111100111111001111110111011101101000 | a9a1a8f93f3f3f3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)