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 | 荳ケ雍亥ー | 1110010010111000101110011110100010110100100010001110010110110000 | e4b8b9e8b488e5b0 |
EUC-JP | 荳ケ雍亥ー | 11101000101110101000111010111001111100001011011010110000111001111000111010110000 | e8ba8eb9f0b6b0e78eb0 |
UTF-8 | 荳ケ雍亥ー | 111010001000110110110011111011111011110110111001111010011001101110001101111001001011101010100101111011111011110110110000 | e88db3efbdb9e99b8de4baa5efbdb0 |
UHC | 荳?雍亥? | 1101010011100101001111111110100010111100111110101010010000111111 | d4e53fe8bcfaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)