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 | 豁手┳豺 | 1110011010101101100011101110100010000100101100011110011010110111 | e6ad8ee884b1e6b7 |
EUC-JP | 豁手┳豺 | 1110110010101111101111001110101010101000101100111110110010111001 | ecafbceaa8b3ecb9 |
UTF-8 | 豁手┳豺 | 111010001011000110000001111001101000100110001011111000101001010010110011111010001011000110111010 | e8b181e6898be294b3e8b1ba |
UHC | 豁手┳豺 | 1111110011000011111000101010001010100110101100111110001111001111 | fcc3e2a2a6b3e3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)