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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 郤逸醜k | 11100111101110101000100011101101100011110101100001101011 | e7ba88ed8f586b |
EUC-JP | 郤逸醜k | 11101110101111001011000011101111101111011011100101101011 | eebcb0efbdb96b |
UTF-8 | 郤逸醜k | 11101001100000111010010011101001100000001011100011101001100001101001110001101011 | e983a4e980b8e9869c6b |
UHC | ?逸醜k | 001111111110110011101111111101011101110101101011 | 3feceff5dd6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)