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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?十??罌瞼 | 001111111000111101011100001111110011111111100011101000001110000111011001 | 3f8f5c3f3fe3a0e1d9 |
| EUC-JP | ?十??罌瞼 | 001111111011110110111101001111110011111111100110101000101110001011011011 | 3fbdbd3f3fe6a2e2db |
| UTF-8 | 룶十∼룶罌瞼 | 111010111010001110110110111001011000110110000001111000101000100010111100111010111010001110110110111001111011110110001100111001111001111010111100 | eba3b6e58d81e288bceba3b6e7bd8ce79ebc |
| UHC | 룶十∼룶罌瞼 | 100011111010101111100100101010001010000110101101100011111010101111100101101000101100110010100001 | 8fabe4a8a1ad8fabe5a2cca1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)