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 | ???I^ | 0011111100111111001111110100100101011110 | 3f3f3f495e |
SJIS-WIN | ?脣?I^ | 001111111110001111111010001111110100100101011110 | 3fe3fa3f495e |
EUC-JP | ?脣?I^ | 001111111110011011111100001111110100100101011110 | 3fe6fc3f495e |
UTF-8 | 얇脣렢I^ | 1110110010010110100001111110100010000100101000111110101110100000101000100100100101011110 | ec9687e884a3eba0a2495e |
UHC | 얇脣렢I^ | 1011111011100011111000101110111010001110101100110100100101011110 | bee3e2ee8eb3495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)