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 | ???信 | 0011111100111111001111111001000001001101 | 3f3f3f904d |
EUC-JP | ???信 | 0011111100111111001111111011111110101110 | 3f3f3fbfae |
UTF-8 | 拾곣륬信 | 111011111010010110110011111010101011001110100011111010111010010110101100111001001011111110100001 | efa5b3eab3a3eba5ace4bfa1 |
UHC | 拾곣륬信 | 1110010010101001100000011110001010010000010011101110001111100001 | e4a981e2904ee3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)