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 | 掖??? | 1001110101110100001111110011111100111111 | 9d743f3f3f |
EUC-JP | 掖??繡 | 11011001110101010011111100111111100011111101010011010111 | d9d53f3f8fd4d7 |
UTF-8 | 掖굝뙲繡 | 111001101000111010010110111010101011010110011101111010111001100110110010111001111011100110100001 | e68e96eab59deb99b2e7b9a1 |
UHC | 掖굝뙲繡 | 1110010011111010100000101000010110001100101101011110001010111001 | e4fa82858cb5e2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)