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 | 酌韵室 | 100011101101111011101000111011111000111010111010 | 8edee8ef8eba |
EUC-JP | 酌韵室 | 101111001110000011110000111100011011110010111100 | bce0f0f1bcbc |
UTF-8 | 酌韵室 | 111010011000010110001100111010011001111110110101111001011010111010100100 | e9858ce99fb5e5aea4 |
UHC | 酌?室 | 1110110111001100001111111110001111111000 | edcc3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)