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 | 跏シ迯ク踞 | 1110011011100110101111001110011110001101101110001110011011110101 | e6e6bce78db8e6f5 |
EUC-JP | 跏シ迯ク踞 | 11101100111010001000111010111100111011011110110110001110101110001110110011110111 | ece88ebceded8eb8ecf7 |
UTF-8 | 跏シ迯ク踞 | 111010001011011110001111111011111011110110111100111010001011111110101111111011111011110110111000111010001011100010011110 | e8b78fefbdbce8bfafefbdb8e8b89e |
UHC | 跏???踞 | 11001010101110100011111100111111001111111100101111100110 | caba3f3f3fcbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)