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 | 酌鉦 | 111101001010001110001110110111101000111111011110 | f4a38ede8fde |
EUC-JP | ?酌鉦 | 0011111110111100111000001011111011100000 | 3fbce0bee0 |
UTF-8 | 酌鉦 | 111011101000110110010010111010011000010110001100111010011000100110100110 | ee8d92e9858ce989a6 |
UHC | ?酌鉦 | 0011111111101101110011001110111111111010 | 3fedcceffa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)