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 | ウロミ?齎賚 | 1011001111011011110100000011111111100110110110001110011011001101 | b3dbd03fe6d8e6cd |
| EUC-JP | ウロミ昒齎賚 | 10001110101100111000111011011011100011101101000010001111110000011111101111101100110110101110110011001111 | 8eb38edb8ed08fc1fbecdaeccf |
| UTF-8 | ウロミ昒齎賚 | 111011111011110110110011111011111011111010011011111011111011111010010000111001101001100010010010111010011011110110001110111010001011001110011010 | efbdb3efbe9befbe90e69892e9bd8ee8b39a |
| UHC | ????齎賚 | 0011111100111111001111110011111111101110101100101101011011110010 | 3f3f3f3feeb2d6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)