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 | 驕假スサ遶 | 1110100110000001100110001110111110111101101110111110011110101011 | e98198efbdbbe7ab |
EUC-JP | 驕假スサ遶 | 11110001111000011101000011110001100011101011110110001110101110111110111010101101 | f1e1d0f18ebd8ebbeead |
UTF-8 | 驕假スサ遶 | 111010011010100110010101111001011000000110000111111011111011110110111101111011111011110110111011111010011000000110110110 | e9a995e58187efbdbdefbdbbe981b6 |
UHC | 驕假??? | 11001110111101101100101010100011001111110011111100111111 | cef6caa33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)