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 | 贖ワ輯粢 | 1110011011011100100000111000111110001111010100111110001011100101 | e6dc838f8f53e2e5 |
EUC-JP | 贖ワ輯粢 | 1110110011011110101001011110111110111101101101001110010011100111 | ecdea5efbdb4e4e7 |
UTF-8 | 贖ワ輯粢 | 111010001011010010010110111000111000001110101111111010001011110010101111111001111011001010100010 | e8b496e383afe8bcafe7b2a2 |
UHC | 贖ワ輯? | 11100001110110111010101111101111111100101111111000111111 | e1dbabeff2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)