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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 苡?斌 | 1110010010001111001111111001010101101011 | e48f3f956b |
EUC-JP | 苡?斌 | 1110011111101111001111111100100111001100 | e7ef3fc9cc |
UTF-8 | 苡얗斌 | 111010001000101110100001111011001001011010010111111001101001011010001100 | e88ba1ec9697e6968c |
UHC | 苡얗斌 | 111011001011111010111110111010011101111010110000 | ecbebee9deb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)