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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 讙雅梱 | 111001101010101010001001111010111000110110101011 | e6aa89eb8dab |
EUC-JP | 讙雅梱 | 111011001010110010110010111011011011101010101101 | ecacb2edbaad |
UTF-8 | 讙雅梱 | 111010001010111010011001111010011001101110000101111001101010001010110001 | e8ae99e99b85e6a2b1 |
UHC | ?雅梱 | 0011111111100100101110101100110111100001 | 3fe4bacde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)