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 | cª | 100110000110001110011011100111001000001010101010 | 98639b9c82aa |
SJIS-WIN | ?c???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
EUC-JP | ?c???ª | 0011111101100011001111110011111100111111100011111010001011101100 | 3f633f3f3f8fa2ec |
UTF-8 | cª | 1100001010011000011000111100001010011011110000101001110011000010100000101100001010101010 | c29863c29bc29cc282c2aa |
UHC | ?c???ª | 00111111011000110011111100111111001111111010100010100011 | 3f633f3f3fa8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)