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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 扇盾扇奣 | 1001000011101110100011111000001010010000111011101111101010100011 | 90ee8f8290eefaa3 |
EUC-JP | 扇盾扇奣 | 110000001111000010111101111000101100000011110000100011111011100011111100 | c0f0bde2c0f08fb8fc |
UTF-8 | 扇盾扇奣 | 111001101000100110000111111001111001101110111110111001101000100110000111111001011010010110100011 | e68987e79bbee68987e5a5a3 |
UHC | 扇盾扇? | 11100000101111111110001011101010111000001011111100111111 | e0bfe2eae0bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)