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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 弥Γ | 10010110111011011000001110100001 | 96ed83a1 |
EUC-JP | 弥Γ | 11001100111011111010011010100011 | ccefa6a3 |
UTF-8 | 弥Γ | 1110010110111100101001011100111010010011 | e5bca5ce93 |
UHC | ?Γ | 001111111010010111000011 | 3fa5c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)