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 | ëµ×§ | 11101011101101011101011110100111 | ebb5d7a7 |
SJIS-WIN | ??ק | 001111110011111110000001011111101000000110011000 | 3f3f817e8198 |
EUC-JP | ë?ק | 1000111110101011101100110011111110100001110111111010000111111000 | 8fabb33fa1dfa1f8 |
UTF-8 | ëµ×§ | 1100001110101011110000101011010111000011100101111100001010100111 | c3abc2b5c397c2a7 |
UHC | ??ק | 001111110011111110100001101111111010000111010111 | 3f3fa1bfa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)