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 | VTN¶ | 1001001001010110100100100101010010010010010011101001000110110110 | 92569254924e91b6 |
SJIS-WIN | ?V?T?N?¶ | 001111110101011000111111010101000011111101001110001111111000000111110111 | 3f563f543f4e3f81f7 |
EUC-JP | ?V?T?N?¶ | 001111110101011000111111010101000011111101001110001111111010001011111001 | 3f563f543f4e3fa2f9 |
UTF-8 | VTN¶ | 11000010100100100101011011000010100100100101010011000010100100100100111011000010100100011100001010110110 | c29256c29254c2924ec291c2b6 |
UHC | ?V?T?N?¶ | 001111110101011000111111010101000011111101001110001111111010001011010010 | 3f563f543f4e3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)