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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裹檎伏裝 | 1110010111100101100011001110011110010101100110101110010111100100 | e5e58ce7959ae5e4 |
EUC-JP | 裹檎伏裝 | 1110101011100111101110001110100111001001111110101110101011100110 | eae7b8e9c9faeae6 |
UTF-8 | 裹檎伏裝 | 111010001010001110111001111001101010101010001110111001001011110010001111111010001010001110011101 | e8a3b9e6aa8ee4bc8fe8a39d |
UHC | ?檎伏裝 | 00111111110100001101010111011100110100011110110111111011 | 3fd0d5dcd1edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)