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 | 00111111001111111110011001000101 | 3f3fe645 |
SJIS-WIN | ?健?E | 0011111110001100100100100011111101000101 | 3f8c923f45 |
EUC-JP | ?健æE | 00111111101101111111001010001111101010011100000101000101 | 3fb7f28fa9c145 |
UTF-8 | 룴健æE | 111010111010001110110100111001011000000110100101110000111010011001000101 | eba3b4e581a5c3a645 |
UHC | 룴健æE | 10001111101010011100101111101101101010011010000101000101 | 8fa9cbeda9a145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)