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 | LF¹¢ | 1001001001001100100100100100011010010001101110011001000110100010 | 924c924691b991a2 |
SJIS-WIN | ?L?F???¢ | 001111110100110000111111010001100011111100111111001111111000000110010001 | 3f4c3f463f3f3f8191 |
EUC-JP | ?L?F???¢ | 001111110100110000111111010001100011111100111111001111111010000111110001 | 3f4c3f463f3f3fa1f1 |
UTF-8 | LF¹¢ | 1100001010010010010011001100001010010010010001101100001010010001110000101011100111000010100100011100001010100010 | c2924cc29246c291c2b9c291c2a2 |
UHC | ?L?F?¹?? | 001111110100110000111111010001100011111110101001111101100011111100111111 | 3f4c3f463fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)