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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 鎣??鎣??^ | 1000111111100101101100100011111100111111100011111110010110110010001111110011111101011110 | 8fe5b23f3f8fe5b23f3f5e |
UTF-8 | 鎣뺝떴鎣뺝떴^ | 11101001100011101010001111101011101110101001110111101011100101101011010011101001100011101010001111101011101110101001110111101011100101101011010001011110 | e98ea3ebba9deb96b4e98ea3ebba9deb96b45e |
UHC | 鎣뺝떴鎣뺝떴^ | 11111011101011111001010111100101101101101011100111111011101011111001010111100101101101101011100101011110 | fbaf95e5b6b9fbaf95e5b6b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)