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 | 紗赦錞 | 100011101101000110001110110011011111101111011011 | 8ed18ecdfbdb |
EUC-JP | 紗赦錞 | 10111100110100111011110011001111100011111110010011011100 | bcd3bccf8fe4dc |
UTF-8 | 紗赦錞 | 111001111011010010010111111010001011010110100110111010011000110010011110 | e7b497e8b5a6e98c9e |
UHC | 紗赦錞 | 110111101110100111011110111101011110001011110110 | dee9def5e2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)