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 | 酌宍 | 100011101101111011110010111011101000111010110011 | 8edef2ee8eb3 |
EUC-JP | 酌?宍 | 1011110011100000001111111011110010110101 | bce03fbcb5 |
UTF-8 | 酌宍 | 111010011000010110001100111011101000100010100101111001011010111010001101 | e9858cee88a5e5ae8d |
UHC | 酌?? | 11101101110011000011111100111111 | edcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)