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 | 111000001011110111100100111011000101001001000101 | e0bde4ec5245 |
EUC-JP | 狄蓆RE | 111000001011111111101000111011100101001001000101 | e0bfe8ee5245 |
UTF-8 | 狄蓆RE | 1110011110001011100001001110100010010011100001100101001001000101 | e78b84e893865245 |
UHC | 狄蓆RE | 111011101101101011100000101101100101001001000101 | eedae0b65245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)