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 | 訒伜廠蟇俶 | 11111011101000111001100011100101100011111011000111100101101011111001100011100110 | fba398e58fb1e5af98e6 |
| EUC-JP | 訒伜廠蟇俶 | 1000111111011101110010001101000011100111101111101011001111101010101100011101000011101000 | 8fddc8d0e7beb3eab1d0e8 |
| UTF-8 | 訒伜廠蟇俶 | 111010001010100010010010111001001011110010011100111001011011101110100000111010001001111110000111111001001011111110110110 | e8a892e4bc9ce5bba0e89f87e4bfb6 |
| UHC | ??廠?? | 001111110011111111110011110111110011111100111111 | 3f3ff3df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)