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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 湜質Y湜質bE | 1111101101000111100011101011111101011001111110110100011110001110101111110110001001000101 | fb478ebf59fb478ebf6245 |
EUC-JP | 湜質Y湜質bE | 10001111110001111111110010111100110000010101100110001111110001111111110010111100110000010110001001000101 | 8fc7fcbcc1598fc7fcbcc16245 |
UTF-8 | 湜質Y湜質bE | 111001101011100110011100111010001011001110101010010110011110011010111001100111001110100010110011101010100110001001000101 | e6b99ce8b3aa59e6b99ce8b3aa6245 |
UHC | 湜質Y湜質bE | 1110001111010111111100101111010101011001111000111101011111110010111101010110001001000101 | e3d7f2f559e3d7f2f56245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)