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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 嵭疾雫 | 1111101010110011100011101011111011110010101010001000111010110100 | fab38ebef2a88eb4 |
| EUC-JP | 嵭疾?雫 | 1000111110111011110111101011110011000000001111111011110010110110 | 8fbbdebcc03fbcb6 |
| UTF-8 | 嵭疾雫 | 111001011011010110101101111001111001011010111110111011101000011110011111111010011001101110101011 | e5b5ade796beee879fe99bab |
| UHC | ?疾?? | 0011111111110010111100000011111100111111 | 3ff2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)