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 | 隴雅梱 | 111010001010110110001001111010111000110110101011 | e8ad89eb8dab |
EUC-JP | 隴雅梱 | 111100001010111110110010111011011011101010101101 | f0afb2edbaad |
UTF-8 | 隴雅梱 | 111010011001101010110100111010011001101110000101111001101010001010110001 | e99ab4e99b85e6a2b1 |
UHC | ?雅梱 | 0011111111100100101110101100110111100001 | 3fe4bacde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)