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 | 蔣띈렜렞 | 111010001001010010100011111010111001110110001000111010111010000010011100111010111010000010011110 | e894a3eb9d88eba09ceba09e |
UHC | 蔣띈렜렞 | 1110110111111000101101101110100010001110101011101000111010101111 | edf8b6e88eae8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)