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 | 0011111111100111101100010101001001000101 | 3fe7b15245 |
EUC-JP | ?邀RE | 0011111111101110101100110101001001000101 | 3feeb35245 |
UTF-8 | 석邀RE | 1110110010000100100111011110100110000010100000000101001001000101 | ec849de982805245 |
UHC | 석邀RE | 101111001010111011101001101011010101001001000101 | bcaee9ad5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)