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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 濩?濩?^ | 100011111100100110100100001111111000111111001001101001000011111101011110 | 8fc9a43f8fc9a43f5e |
UTF-8 | 濩쌨濩쌤^ | 11100110101111111010100111101100100011001010100011100110101111111010100111101100100011001010010001011110 | e6bfa9ec8ca8e6bfa9ec8ca45e |
UHC | 濩쌨濩쌤^ | 111110111100110110111101110111101111101111001101101111011101110001011110 | fbcdbddefbcdbddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)