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 | 逋語サ躯シ | 1110011110011001100011001110101010111011100010111110101110111100 | e7998ceabb8bebbc |
EUC-JP | 逋語サ躯シ | 11101101111110011011100011101100100011101011101110110110111011011000111010111100 | edf9b8ec8ebbb6ed8ebc |
UTF-8 | 逋語サ躯シ | 111010011000000010001011111010001010101010011110111011111011110110111011111010001011101010101111111011111011110110111100 | e9808be8aa9eefbdbbe8baafefbdbc |
UHC | 逋語??? | 11111000111001111110010111011110001111110011111100111111 | f8e7e5de3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)