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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脛ゆ承 | 111000111111100010000010111001001000111110110011 | e3f882e48fb3 |
EUC-JP | 脛ゆ承 | 111001101111101010100100111001101011111010110101 | e6faa4e6beb5 |
UTF-8 | 脛ゆ承 | 111010001000010010011011111000111000001010000110111001101000100110111111 | e8849be38286e689bf |
UHC | 脛ゆ承 | 110011001110101110101010111001101110001110101111 | ccebaae6e3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)