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 | 睡刈? | 1001000010000111100010101010000000111111 | 90878aa03f |
EUC-JP | 睡刈? | 1011111111100111101101001010001000111111 | bfe7b4a23f |
UTF-8 | 睡刈쎎 | 111001111001110110100001111001011000100010001000111011001000111010001110 | e79da1e58888ec8e8e |
UHC | 睡刈쎎 | 111000101011001011100111110101001001101110110101 | e2b2e7d49bb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)