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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 郤某 | 11100111101110101001011001011110 | e7ba965e |
EUC-JP | 郤某 | 11101110101111001100101110111111 | eebccbbf |
UTF-8 | 郤某 | 111010011000001110100100111001101001111110010000 | e983a4e69f90 |
UHC | ?某 | 001111111101100110111011 | 3fd9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)