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 F·B | 100100100100110010010010010001101001000110100000100100100100011010010001101101111001001001000010 | 924c924691a0924691b79242 |
SJIS-WIN | ?L?F???F???B | 001111110100110000111111010001100011111100111111001111110100011000111111001111110011111101000010 | 3f4c3f463f3f3f463f3f3f42 |
EUC-JP | ?L?F???F???B | 001111110100110000111111010001100011111100111111001111110100011000111111001111110011111101000010 | 3f4c3f463f3f3f463f3f3f42 |
UTF-8 | LF F·B | 1100001010010010010011001100001010010010010001101100001010010001110000101010000011000010100100100100011011000010100100011100001010110111110000101001001001000010 | c2924cc29246c291c2a0c29246c291c2b7c29242 |
UHC | ?L?F???F?·?B | 00111111010011000011111101000110001111110011111100111111010001100011111110100001101001000011111101000010 | 3f4c3f463f3f3f463fa1a43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)