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 | 錏溷ッゆ | 11100111111110011001111111100101101011111000001011100100 | e7f99fe5af82e4 |
EUC-JP | 錏溷ッゆ | 1110111011111011110111101110011110001110101011111010010011100110 | eefbdee78eafa4e6 |
UTF-8 | 錏溷ッゆ | 111010011000110010001111111001101011101010110111111011111011110110101111111000111000001010000110 | e98c8fe6bab7efbdafe38286 |
UHC | ???ゆ | 0011111100111111001111111010101011100110 | 3f3f3faae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)