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 | 蒸橋?錚 | 10001111111101101000101110110100001111111110100001000010 | 8ff68bb43fe842 |
| EUC-JP | 蒸橋?錚 | 10111110111110001011011010110110001111111110111110100011 | bef8b6b63fefa3 |
| UTF-8 | 蒸橋커錚 | 111010001001001010111000111001101010100110001011111011001011101110100100111010011000110010011010 | e892b8e6a98becbba4e98c9a |
| UHC | 蒸橋커錚 | 1111000111111010110011101110100111000100101111111110111010110110 | f1facee9c4bfeeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)