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 D\ | 100100100100110010010010010001101001000110100000100100100100010010010001100111111001001001011100 | 924c924691a09244919f925c |
SJIS-WIN | ?L?F???D???\ | 001111110100110000111111010001100011111100111111001111110100010000111111001111110011111101011100 | 3f4c3f463f3f3f443f3f3f5c |
EUC-JP | ?L?F???D???\ | 001111110100110000111111010001100011111100111111001111110100010000111111001111110011111101011100 | 3f4c3f463f3f3f443f3f3f5c |
UTF-8 | LF D\ | 1100001010010010010011001100001010010010010001101100001010010001110000101010000011000010100100100100010011000010100100011100001010011111110000101001001001011100 | c2924cc29246c291c2a0c29244c291c29fc2925c |
UHC | ?L?F???D???\ | 001111110100110000111111010001100011111100111111001111110100010000111111001111110011111101011100 | 3f4c3f463f3f3f443f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)