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 | 瓔?瓔?^ | 11100000111110110011111111100000111110110011111101011110 | e0fb3fe0fb3f5e |
EUC-JP | 瓔?瓔?^ | 11100000111111010011111111100000111111010011111101011110 | e0fd3fe0fd3f5e |
UTF-8 | 瓔묈瓔슦^ | 11100111100100111001010011101011101011001000100011100111100100111001010011101100100010101010011001011110 | e79394ebac88e79394ec8aa65e |
UHC | 瓔묈瓔슦^ | 111001111100001010010001111001011110011111000010100110101011000001011110 | e7c291e5e7c29ab05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)