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 | 犇鞴狢 | 1110000010110100111010001110010011110000111011101110000011000000 | e0b4e8e4f0eee0c0 |
EUC-JP | 犇鞴?狢 | 11100000101101101111000011100110001111111110000011000010 | e0b6f0e63fe0c2 |
UTF-8 | 犇鞴狢 | 111001111000101010000111111010011001111010110100111011101000001010101101111001111000101110100010 | e78a87e99eb4ee82ade78ba2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)