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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 易х?浴??^ | 10001000110101011000010010000111001111111001011110000001001111110011111101011110 | 88d584873f97813f3f5e |
EUC-JP | 易х?浴??^ | 10110000110101111010011111100111001111111100110111100001001111110011111101011110 | b0d7a7e73fcde13f3f5e |
UTF-8 | 易х뿏浴싩즯^ | 111001101001100010010011110100011000010111101011101111111000111111100110101101011011010011101100100010111010100111101100101001101010111101011110 | e69893d185ebbf8fe6b5b4ec8ba9eca6af5e |
UHC | 易х뿏浴싩즯^ | 11100110101101101010110011100111100101111001010011101001101100011001101011100111101000111000000101011110 | e6b6ace79794e9b19ae7a3815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)