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 | ÏÏB | 100011001100111110001011100011101000110011001111100010111000111001000010 | 8ccf8b8e8ccf8b8e42 |
SJIS-WIN | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
EUC-JP | ?Ï???Ï??B | 00111111100011111010101011000001001111110011111100111111100011111010101011000001001111110011111101000010 | 3f8faac13f3f3f8faac13f3f42 |
UTF-8 | ÏÏB | 1100001010001100110000111000111111000010100010111100001010001110110000101000110011000011100011111100001010001011110000101000111001000010 | c28cc38fc28bc28ec28cc38fc28bc28e42 |
UHC | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)