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 | 鍜∽坤罩 | 1110100001000111100000011110010010001101101000111110001110101011 | e84781e48da3e3ab |
EUC-JP | 鍜∽坤罩 | 1110111110101000101000101110011010111010101001011110011010101101 | efa8a2e6baa5e6ad |
UTF-8 | 鍜∽坤罩 | 111010011000110110011100111000101000100010111101111001011001110110100100111001111011110110101001 | e98d9ce288bde59da4e7bda9 |
UHC | ?∽坤? | 001111111010000111101111110011011101111000111111 | 3fa1efcdde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)