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 | ??}v] | 0011111100111111011111010111011001011101 | 3f3f7d765d |
SJIS-WIN | ??}v] | 0011111100111111011111010111011001011101 | 3f3f7d765d |
EUC-JP | ??}v] | 0011111100111111011111010111011001011101 | 3f3f7d765d |
UTF-8 | 롇렟}v] | 111010111010000110000111111010111010000010011111011111010111011001011101 | eba187eba09f7d765d |
UHC | 롇렟}v] | 10001110110011011000111010110000011111010111011001011101 | 8ecd8eb07d765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)