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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 螳懌鐙竇カE | 11100101101011101001110011100010100100111010100011100010100001011011011001000101 | e5ae9ce293a8e285b645 |
EUC-JP | 螳懌鐙竇カE | 1110101010110000110110001110010011000110101010101110001111100101100011101011011001000101 | eab0d8e4c6aae3e58eb645 |
UTF-8 | 螳懌鐙竇カE | 11101000100111101011001111100110100001111000110011101001100100001001100111100111101010111000011111101111101111011011011001000101 | e89eb3e6878ce99099e7ab87efbdb645 |
UHC | 螳??竇?E | 1101001111011001001111110011111111010100111001000011111101000101 | d3d93f3fd4e43f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)