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 | 1001000111111110010111101001001001000010 | 91fe5e9242 |
SJIS-WIN | ??^?B | 0011111100111111010111100011111101000010 | 3f3f5e3f42 |
EUC-JP | ?þ^?B | 00111111100011111010100111010000010111100011111101000010 | 3f8fa9d05e3f42 |
UTF-8 | þ^B | 1100001010010001110000111011111001011110110000101001001001000010 | c291c3be5ec29242 |
UHC | ?þ^?B | 001111111010100110101101010111100011111101000010 | 3fa9ad5e3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)