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 | ??RE | 00111111001111110101001001000101 | 3f3f5245 |
SJIS-WIN | 釋?RE | 1110011111010111001111110101001001000101 | e7d73f5245 |
EUC-JP | 釋剡RE | 11101110110110011000111110110011110001110101001001000101 | eed98fb3c75245 |
UTF-8 | 釋剡RE | 1110100110000111100010111110010110001001101000010101001001000101 | e9878be589a15245 |
UHC | 釋剡RE | 111000001011011111100000111001100101001001000101 | e0b7e0e65245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)