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 | Lé{F | 1001101001001100111010010111101101000110 | 9a4ce97b46 |
SJIS-WIN | ?L?{F | 0011111101001100001111110111101101000110 | 3f4c3f7b46 |
EUC-JP | ?Lé{F | 00111111010011001000111110101011101100010111101101000110 | 3f4c8fabb17b46 |
UTF-8 | Lé{F | 11000010100110100100110011000011101010010111101101000110 | c29a4cc3a97b46 |
UHC | ?L?{F | 0011111101001100001111110111101101000110 | 3f4c3f7b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)