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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 址?址 | 1001101010101100001111111001101010101100 | 9aac3f9aac |
EUC-JP | 址?址 | 1101010010101110001111111101010010101110 | d4ae3fd4ae |
UTF-8 | 址믈址 | 111001011001110110000000111010111010111110001000111001011001110110000000 | e59d80ebaf88e59d80 |
UHC | 址믈址 | 111100101010001110111001110010011111001010100011 | f2a3b9c9f2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)