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 | 齬??軟? | 11101010100101110011111100111111100100111110111000111111 | ea973f3f93ee3f |
EUC-JP | 齬??軟? | 11110011111101110011111100111111110001101111000000111111 | f3f73f3fc6f03f |
UTF-8 | 齬싨솮軟쇿 | 111010011011110110101100111011001000101110101000111011001000011010101110111010001011101110011111111011001000011110111111 | e9bdacec8ba8ec86aee8bb9fec87bf |
UHC | 齬싨솮軟쇿 | 11100101111000011001101011100110100110011010010011100110111000111001100111100101 | e5e19ae699a4e6e399e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)