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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 赦?赦 | 1000111011001101001111111000111011001101 | 8ecd3f8ecd |
EUC-JP | 赦?赦 | 1011110011001111001111111011110011001111 | bccf3fbccf |
UTF-8 | 赦쥔赦 | 111010001011010110100110111011001010010110010100111010001011010110100110 | e8b5a6eca594e8b5a6 |
UHC | 赦쥔赦 | 110111101111010111000001111001011101111011110101 | def5c1e5def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)