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 | 紮紮B | 11100111101101001010111011100111101101001010111001000010 | e7b4aee7b4ae42 |
SJIS-WIN | ?´??´?B | 001111111000000101001100001111110011111110000001010011000011111101000010 | 3f814c3f3f814c3f42 |
EUC-JP | 紮紮B | 1000111110101011101011101010000110101101100011111010001011101110100011111010101110101110101000011010110110001111101000101110111001000010 | 8fabaea1ad8fa2ee8fabaea1ad8fa2ee42 |
UTF-8 | 紮紮B | 11000011101001111100001010110100110000101010111011000011101001111100001010110100110000101010111001000010 | c3a7c2b4c2aec3a7c2b4c2ae42 |
UHC | ?´®?´®B | 0011111110100010101001011010001011100111001111111010001010100101101000101110011101000010 | 3fa2a5a2e73fa2a5a2e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)