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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?〓?寃 | 001111111000000110101100001111111001101110000011 | 3f81ac3f9b83 |
EUC-JP | 濚〓?寃 | 1000111111001001101000011010001010101110001111111101010111100011 | 8fc9a1a2ae3fd5e3 |
UTF-8 | 濚〓맦寃 | 111001101011111110011010111000111000000010010011111010111010011110100110111001011010111110000011 | e6bf9ae38093eba7a6e5af83 |
UHC | 濚〓맦寃 | 1110011110111001101000011110101110010000101011111110101010110010 | e7b9a1eb90afeab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)