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^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 驅竟L驅竟L^ | 1110100101111011111010001110110101001100111010010111101111101000111011010100110001011110 | e97be8ed4ce97be8ed4c5e |
EUC-JP | 驅竟L驅竟L^ | 1111000111011100111100001110111101001100111100011101110011110000111011110100110001011110 | f1dcf0ef4cf1dcf0ef4c5e |
UTF-8 | 驅竟L驅竟L^ | 111010011010100110000101111001111010101110011111010011001110100110101001100001011110011110101011100111110100110001011110 | e9a985e7ab9f4ce9a985e7ab9f4c5e |
UHC | 驅竟L驅竟L^ | 1100111111001100110011001110010101001100110011111100110011001100111001010100110001011110 | cfcccce54ccfcccce54c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)