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 | 邯帑ク頑ア檻 | 11100111101101101001101111100100101110001000101011100110101100011001111101000010 | e7b69be4b88ae6b19f42 |
| EUC-JP | 邯帑ク頑ア檻 | 111011101011100011010110111001101000111010111000101101001110100010001110101100011101110110100011 | eeb8d6e68eb8b4e88eb1dda3 |
| UTF-8 | 邯帑ク頑ア檻 | 111010011000001010101111111001011011100010010001111011111011110110111000111010011010000010010001111011111011110110110001111001101010101010111011 | e982afe5b891efbdb8e9a091efbdb1e6aabb |
| UHC | 邯帑?頑?檻 | 11001010111110111111011110110110001111111110100011010111001111111111100111100011 | cafbf7b63fe8d73ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)