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 | 貅尖ク | 1110011010111010100100001110101110111000 | e6ba90ebb8 |
EUC-JP | 貅尖ク | 111011001011110011000000111011011000111010111000 | ecbcc0ed8eb8 |
UTF-8 | 貅尖ク | 111010001011001010000101111001011011000010010110111011111011110110111000 | e8b285e5b096efbdb8 |
UHC | ?尖? | 00111111111101001101001100111111 | 3ff4d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)