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 | 酌 | 111100001110001010001110110111101111001010110010 | f0e28edef2b2 |
EUC-JP | ?酌? | 00111111101111001110000000111111 | 3fbce03f |
UTF-8 | 酌 | 111011101000001010100001111010011000010110001100111011101000011110101001 | ee82a1e9858cee87a9 |
UHC | ?酌? | 00111111111011011100110000111111 | 3fedcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)