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 | 章??藏 | 100011111100110100111111001111111110010101010101 | 8fcd3f3fe555 |
EUC-JP | 章??藏 | 101111101100111100111111001111111110100110110110 | becf3f3fe9b6 |
UTF-8 | 章뺠븱藏 | 111001111010101110100000111010111011101010100000111010111011100010110001111010001001011110001111 | e7aba0ebbaa0ebb8b1e8978f |
UHC | 章뺠븱藏 | 1110110111110001100101011110100010010101100110101110110111111010 | edf195e8959aedfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)