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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鬩墓砂^ | 11101001101010011001010111100110100011011011101101011110 | e9a995e68dbb5e |
EUC-JP | 鬩墓砂^ | 11110010101010111100101011101000101110101011110101011110 | f2abcae8babd5e |
UTF-8 | 鬩墓砂^ | 11101001101011001010100111100101101000101001001111100111101000001000001001011110 | e9aca9e5a293e7a0825e |
UHC | ?墓砂^ | 001111111101100111010111110111101110001101011110 | 3fd9d7dee35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)