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 | ?L?T?A?Q | 0011111101001100001111110101010000111111010000010011111101010001 | 3f4c3f543f413f51 |
SJIS-WIN | ?L?T?A?Q | 0011111101001100001111110101010000111111010000010011111101010001 | 3f4c3f543f413f51 |
EUC-JP | ?L?T?A?Q | 0011111101001100001111110101010000111111010000010011111101010001 | 3f4c3f543f413f51 |
UTF-8 | 혪L혪T혪A혪Q | 11101101100110001010101001001100111011011001100010101010010101001110110110011000101010100100000111101101100110001010101001010001 | ed98aa4ced98aa54ed98aa41ed98aa51 |
UHC | 혪L혪T혪A혪Q | 110000101001001001001100110000101001001001010100110000101001001001000001110000101001001001010001 | c2924cc29254c29241c29251 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)