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 | ϳÌåÌå~ | 11001111101100111100110011100101110011001110010101111110 | cfb3cce5cce57e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | Ï?ÌåÌå~ | 1000111110101010110000010011111110001111101010101100000010001111101010111010100110001111101010101100000010001111101010111010100101111110 | 8faac13f8faac08faba98faac08faba97e |
UTF-8 | ϳÌåÌå~ | 11000011100011111100001010110011110000111000110011000011101001011100001110001100110000111010010101111110 | c38fc2b3c38cc3a5c38cc3a57e |
UHC | ?³????~ | 0011111110101001111110000011111100111111001111110011111101111110 | 3fa9f83f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)