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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 葬?咫孟濱 | 100100011001001000111111100110100100000010010110110100001110000001011111 | 91923f9a4096d0e05f |
| EUC-JP | 葬?咫孟濱 | 110000011111001000111111110100111010000111001100110100101101111111000000 | c1f23fd3a1ccd2dfc0 |
| UTF-8 | 葬렱咫孟濱 | 111010001001000110101100111010111010000010110001111001011001001010101011111001011010110110011111111001101011111110110001 | e891aceba0b1e592abe5ad9fe6bfb1 |
| UHC | 葬렱咫孟濱 | 11101101111101111000111010111110111100101010000111011000111010111101111010110100 | edf78ebef2a1d8ebdeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)