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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 吠銷v吠銷vB | 1001011001101001111001111111011101110110100101100110100111100111111101110111011001000010 | 9669e7f7769669e7f77642 |
EUC-JP | 吠銷v吠銷vB | 1100101111001010111011101111100101110110110010111100101011101110111110010111011001000010 | cbcaeef976cbcaeef97642 |
UTF-8 | 吠銷v吠銷vB | 111001011001000010100000111010011000101010110111011101101110010110010000101000001110100110001010101101110111011001000010 | e590a0e98ab776e590a0e98ab77642 |
UHC | 吠銷v吠銷vB | 1111100011000101111000011101000101110110111110001100010111100001110100010111011001000010 | f8c5e1d176f8c5e1d17642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)