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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ??芝柔E | 00111111001111111000111011000101100011110101111101000101 | 3f3f8ec58f5f45 |
EUC-JP | ??芝柔E | 00111111001111111011110011000111101111011100000001000101 | 3f3fbcc7bdc045 |
UTF-8 | 롗렋芝柔E | 11101011101000011001011111101011101000001000101111101000100010101001110111100110100111111001010001000101 | eba197eba08be88a9de69f9445 |
UHC | 롗렋芝柔E | 100011101101101110001110101000101111001010111001111010101111010101000101 | 8edb8ea2f2b9eaf545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)