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 | 冓紮鮓 | 100110010110100111100011010001101110100110110110 | 9969e346e9b6 |
EUC-JP | 冓紮鮓 | 110100011100101011100101101001111111001010111000 | d1cae5a7f2b8 |
UTF-8 | 冓紮鮓 | 111001011000011010010011111001111011010010101110111010011010111010010011 | e58693e7b4aee9ae93 |
UHC | ?紮? | 00111111111100111100111100111111 | 3ff3cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)