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 | 鍄檎「黛 | 11100111111110111000110011100111101000101001000111100001 | e7fb8ce7a291e1 |
EUC-JP | 鍄檎「黛 | 1110111011111101101110001110100110001110101000101100001011100011 | eefdb8e98ea2c2e3 |
UTF-8 | 鍄檎「黛 | 111010011000110110000100111001101010101010001110111011111011110110100010111010011011101110011011 | e98d84e6aa8eefbda2e9bb9b |
UHC | ?檎?黛 | 001111111101000011010101001111111101001111101010 | 3fd0d53fd3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)