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^ | 1110100011011001111010001110110101001100111010001101100111101000111011010100110001011110 | e8d9e8ed4ce8d9e8ed4c5e |
EUC-JP | 鞁竟L鞁竟L^ | 1111000011011011111100001110111101001100111100001101101111110000111011110100110001011110 | f0dbf0ef4cf0dbf0ef4c5e |
UTF-8 | 鞁竟L鞁竟L^ | 111010011001111010000001111001111010101110011111010011001110100110011110100000011110011110101011100111110100110001011110 | e99e81e7ab9f4ce99e81e7ab9f4c5e |
UHC | ?竟L?竟L^ | 001111111100110011100101010011000011111111001100111001010100110001011110 | 3fcce54c3fcce54c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)