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 | 1100111010011101110011101001001001000010 | ce9dce9242 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | Î?Î?B | 100011111010101011000010001111111000111110101010110000100011111101000010 | 8faac23f8faac23f42 |
UTF-8 | ÎÎB | 110000111000111011000010100111011100001110001110110000101001001001000010 | c38ec29dc38ec29242 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)