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¹¼ | 1001001001001100100100100100011010010001101110011001000110111100 | 924c924691b991bc |
SJIS-WIN | ?L?F???? | 0011111101001100001111110100011000111111001111110011111100111111 | 3f4c3f463f3f3f3f |
EUC-JP | ?L?F???? | 0011111101001100001111110100011000111111001111110011111100111111 | 3f4c3f463f3f3f3f |
UTF-8 | LF¹¼ | 1100001010010010010011001100001010010010010001101100001010010001110000101011100111000010100100011100001010111100 | c2924cc29246c291c2b9c291c2bc |
UHC | ?L?F?¹?¼ | 00111111010011000011111101000110001111111010100111110110001111111010100011111001 | 3f4c3f463fa9f63fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)