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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謇」轢城オ | 1110011010001001101000111110011110000000100011111110100110110101 | e689a3e7808fe9b5 |
EUC-JP | 謇」轢城オ | 11101011111010011000111010100011111011011110000010111110111010111000111010110101 | ebe98ea3ede0beeb8eb5 |
UTF-8 | 謇」轢城オ | 111010001010110010000111111011111011110110100011111010001011110110100010111001011001111110001110111011111011110110110101 | e8ac87efbda3e8bda2e59f8eefbdb5 |
UHC | ??轢城? | 00111111001111111101010111111001111000001111001000111111 | 3f3fd5f9e0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)