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 | 種橋?錚 | 10001110111011011000101110110100001111111110100001000010 | 8eed8bb43fe842 |
| EUC-JP | 種橋?錚 | 10111100111011111011011010110110001111111110111110100011 | bcefb6b63fefa3 |
| UTF-8 | 種橋커錚 | 111001111010100010101110111001101010100110001011111011001011101110100100111010011000110010011010 | e7a8aee6a98becbba4e98c9a |
| UHC | 種橋커錚 | 1111000011111010110011101110100111000100101111111110111010110110 | f0facee9c4bfeeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)