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 | 猷?Ⅰ鎖 | 10010111010100010011111110000111010101001000110110111101 | 97513f87548dbd |
EUC-JP | 猷??鎖 | 110011011011001000111111001111111011101010111111 | cdb23f3fbabf |
UTF-8 | 猷띰Ⅰ鎖 | 111001111000110010110111111010111001110110110000111000101000010110100000111010011000111010010110 | e78cb7eb9db0e285a0e98e96 |
UHC | 猷띰Ⅰ鎖 | 1110101110100011101101101110111110100101101100001110000111110000 | eba3b6efa5b0e1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)