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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?納咐〓B | 0011111110010100010110111001100111110011100000011010110001000010 | 3f945b99f381ac42 |
EUC-JP | ?納咐〓B | 0011111111000111101111001101001011110101101000101010111001000010 | 3fc7bcd2f5a2ae42 |
UTF-8 | 룶納咐〓B | 11101011101000111011011011100111101101001000110111100101100100101001000011100011100000001001001101000010 | eba3b6e7b48de59290e3809342 |
UHC | 룶納咐〓B | 100011111010101111010010101000011101110011111011101000011110101101000010 | 8fabd2a1dcfba1eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)