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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驕ゥ謳ャ | 111010011000000110101001111001101001000010101100 | e981a9e690ac |
EUC-JP | 驕ゥ謳ャ | 1111000111100001100011101010100111101011111100001000111010101100 | f1e18ea9ebf08eac |
UTF-8 | 驕ゥ謳ャ | 111010011010100110010101111011111011110110101001111010001010110010110011111011111011110110101100 | e9a995efbda9e8acb3efbdac |
UHC | 驕?謳? | 110011101111011000111111110011111100010000111111 | cef63fcfc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)