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 | 韃育エ | 1110100011100101100010001110011110110100 | e8e588e7b4 |
EUC-JP | 韃育エ | 111100001110011110110000111010011000111010110100 | f0e7b0e98eb4 |
UTF-8 | 韃育エ | 111010011001111110000011111010001000001010110010111011111011110110110100 | e99f83e882b2efbdb4 |
UHC | ?育? | 00111111111010111100000000111111 | 3febc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)