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 | 邪糘雫 | 1000111011010111111000101111001011110010111110001000111010110100 | 8ed7e2f2f2f88eb4 |
| EUC-JP | 邪糘?雫 | 10111100110110011110010011110100001111111011110010110110 | bcd9e4f43fbcb6 |
| UTF-8 | 邪糘雫 | 111010011000001010101010111001111011001110011000111011101000100010101111111010011001101110101011 | e982aae7b398ee88afe99bab |
| UHC | 邪??? | 1101111011110111001111110011111100111111 | def73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)