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 | 消??消??^ | 100011111100000100111111001111111000111111000001001111110011111101011110 | 8fc13f3f8fc13f3f5e |
EUC-JP | 消??消??^ | 101111101100001100111111001111111011111011000011001111110011111101011110 | bec33f3fbec33f3f5e |
UTF-8 | 消씅쌑消씅쌟^ | 11100110101101101000100011101100100101001000010111101100100011001001000111100110101101101000100011101100100101001000010111101100100011001001111101011110 | e6b688ec9485ec8c91e6b688ec9485ec8c9f5e |
UHC | 消씅쌑消씅쌟^ | 11100001101111001001110110011101100110110100001011100001101111001001110110011101100110110100101101011110 | e1bc9d9d9b42e1bc9d9d9b4b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)