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 | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 塋??RE | 100110101100100000111111001111110101001001000101 | 9ac83f3f5245 |
EUC-JP | 塋??RE | 110101001100101000111111001111110101001001000101 | d4ca3f3f5245 |
UTF-8 | 塋븃풛RE | 1110010110100001100010111110101110111000100000111110110110010010100110110101001001000101 | e5a18bebb883ed929b5245 |
UHC | 塋븃풛RE | 1110011110101011101110101110100010111110100111100101001001000101 | e7abbae8be9e5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)