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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 歪遯▽ | 100110000110001111100111101010101000000110100100 | 9863e7aa81a4 |
EUC-JP | 歪遯▽ | 110011111100010011101110101011001010001010100110 | cfc4eeaca2a6 |
UTF-8 | 歪遯▽ | 111001101010110110101010111010011000000110101111111000101001011010111101 | e6adaae981afe296bd |
UHC | 歪遯▽ | 111010001110000011010100111011101010000111100100 | e8e0d4eea1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)