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 | 壯θ | 10011010111000011000001111000110 | 9ae183c6 |
EUC-JP | 壯θ | 11010100111000111010011011001000 | d4e3a6c8 |
UTF-8 | 壯θ | 1110010110100011101011111100111010111000 | e5a3afceb8 |
UHC | 壯θ | 11101101111000001010010111101000 | ede0a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)