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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 蔣??? | 100011111101100110110110001111110011111100111111 | 8fd9b63f3f3f |
UTF-8 | 蔣붹삤廬 | 111010001001010010100011111010111011011010111001111011001000001010100100111011111010011010000010 | e894a3ebb6b9ec82a4efa682 |
UHC | 蔣붹삤廬 | 1110110111111000100101001110011010011000101001001110010111111110 | edf894e698a4e5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)