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@ÂL@B | 110000101001101001001100010000001100001010011010010011000100000001000010 | c29a4c40c29a4c4042 |
SJIS-WIN | ??L@??L@B | 001111110011111101001100010000000011111100111111010011000100000001000010 | 3f3f4c403f3f4c4042 |
EUC-JP | Â?L@Â?L@B | 10001111101010101010010000111111010011000100000010001111101010101010010000111111010011000100000001000010 | 8faaa43f4c408faaa43f4c4042 |
UTF-8 | ÂL@ÂL@B | 11000011100000101100001010011010010011000100000011000011100000101100001010011010010011000100000001000010 | c382c29a4c40c382c29a4c4042 |
UHC | ??L@??L@B | 001111110011111101001100010000000011111100111111010011000100000001000010 | 3f3f4c403f3f4c4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)