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 | 郤竪 | 11100111101110101001001001000111 | e7ba9247 |
EUC-JP | 郤竪 | 11101110101111001100001110101000 | eebcc3a8 |
UTF-8 | 郤竪 | 111010011000001110100100111001111010101110101010 | e983a4e7abaa |
UHC | ?竪 | 001111111110001010110101 | 3fe2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)