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 | 絮≧音 | 111000110101000010000001100001101000100110111001 | e350818689b9 |
EUC-JP | 絮≧音 | 111001011011000110100001111001101011001010111011 | e5b1a1e6b2bb |
UTF-8 | 絮≧音 | 111001111011010110101110111000101000100110100111111010011001111110110011 | e7b5aee289a7e99fb3 |
UHC | 絮?音 | 1101111111111100001111111110101111100101 | dffc3febe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)