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 | ??æ??? | 001111110011111111100110001111110011111100111111 | 3f3fe63f3f3f |
SJIS-WIN | ?悳???? | 00111111100111000111101100111111001111110011111100111111 | 3f9c7b3f3f3f3f |
EUC-JP | ?悳æ??? | 001111111101011111011100100011111010100111000001001111110011111100111111 | 3fd7dc8fa9c13f3f3f |
UTF-8 | 룶悳æ룶퀛◈ | 1110101110100011101101101110011010000010101100111100001110100110111010111010001110110110111011011000000010011011111000101001011110001000 | eba3b6e682b3c3a6eba3b6ed809be29788 |
UHC | 룶悳æ룶퀛◈ | 100011111010101111010011111011011010100110100001100011111010101110110011100011111010001011000010 | 8fabd3eda9a18fabb38fa2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)