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 | FL¹H | 1001001001000110100100100100110010010001101110011001001001001000 | 9246924c91b99248 |
SJIS-WIN | ?F?L???H | 0011111101000110001111110100110000111111001111110011111101001000 | 3f463f4c3f3f3f48 |
EUC-JP | ?F?L???H | 0011111101000110001111110100110000111111001111110011111101001000 | 3f463f4c3f3f3f48 |
UTF-8 | FL¹H | 11000010100100100100011011000010100100100100110011000010100100011100001010111001110000101001001001001000 | c29246c2924cc291c2b9c29248 |
UHC | ?F?L?¹?H | 001111110100011000111111010011000011111110101001111101100011111101001000 | 3f463f4c3fa9f63f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)