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 | 100011101100010010001110101111100101001001000101 | 8ec48ebe5245 |
EUC-JP | 柴疾RE | 101111001100011010111100110000000101001001000101 | bcc6bcc05245 |
UTF-8 | 柴疾RE | 1110011010011111101101001110011110010110101111100101001001000101 | e69fb4e796be5245 |
UHC | 柴疾RE | 111000111100001111110010111100000101001001000101 | e3c3f2f05245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)