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 | 豁手┳鈑 | 1110011010101101100011101110100010000100101100011110011111100101 | e6ad8ee884b1e7e5 |
EUC-JP | 豁手┳鈑 | 1110110010101111101111001110101010101000101100111110111011100111 | ecafbceaa8b3eee7 |
UTF-8 | 豁手┳鈑 | 111010001011000110000001111001101000100110001011111000101001010010110011111010011000100010010001 | e8b181e6898be294b3e98891 |
UHC | 豁手┳鈑 | 1111110011000011111000101010001010100110101100111111011111111110 | fcc3e2a2a6b3f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)