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 | 隴雅ッ | 1110100010101101100010011110101110101111 | e8ad89ebaf |
EUC-JP | 隴雅ッ | 111100001010111110110010111011011000111010101111 | f0afb2ed8eaf |
UTF-8 | 隴雅ッ | 111010011001101010110100111010011001101110000101111011111011110110101111 | e99ab4e99b85efbdaf |
UHC | ?雅? | 00111111111001001011101000111111 | 3fe4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)