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 | 11011001111100000101100111011001111100000110001001000101 | d9f059d9f06245 |
EUC-JP | ル?ル?E | 10001110110110010011111110001110110110010011111101000101 | 8ed93f8ed93f45 |
UTF-8 | ルルE | 11101111101111101001100111101110100000001001100111101111101111101001100111101110100000001010001001000101 | efbe99ee8099efbe99ee80a245 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)