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 | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
SJIS-WIN | 闡雅号增ウRE | 1110100010010001100010011110101110001101100001101111101010011101101100110101001001000101 | e89189eb8d86fa9db35245 |
EUC-JP | 闡雅号?ウRE | 1110111111110001101100101110110110111001111001100011111110001110101100110101001001000101 | eff1b2edb9e63f8eb35245 |
UTF-8 | 闡雅号增ウRE | 1110100110010111101000011110100110011011100001011110010110001111101101111110010110100010100111101110111110111101101100110101001001000101 | e997a1e99b85e58fb7e5a29eefbdb35245 |
UHC | 闡雅?增?RE | 11110100110001011110010010111010001111111111000111110010001111110101001001000101 | f4c5e4ba3ff1f23f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)