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 | 豁手┳閾 | 1110011010101101100011101110100010000100101100011110100010000111 | e6ad8ee884b1e887 |
EUC-JP | 豁手┳閾 | 1110110010101111101111001110101010101000101100111110111111100111 | ecafbceaa8b3efe7 |
UTF-8 | 豁手┳閾 | 111010001011000110000001111001101000100110001011111000101001010010110011111010011001011010111110 | e8b181e6898be294b3e996be |
UHC | 豁手┳? | 11111100110000111110001010100010101001101011001100111111 | fcc3e2a2a6b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)