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 | 睡芽 | 10010000100001111000100111101000 | 908789e8 |
EUC-JP | 睡芽 | 10111111111001111011001011101010 | bfe7b2ea |
UTF-8 | 睡芽 | 111001111001110110100001111010001000101010111101 | e79da1e88abd |
UHC | 睡芽 | 11100010101100101110010010110100 | e2b2e4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)