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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 郤苓] | 1110011110111010100101111110100001011101 | e7ba97e85d |
EUC-JP | 郤苓] | 1110111010111100110011101110101001011101 | eebcceea5d |
UTF-8 | 郤苓] | 11101001100000111010010011101000100010111001001101011101 | e983a4e88b935d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)