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 | 盾?燮 | 1000111110000010001111111001100111010111 | 8f823f99d7 |
EUC-JP | 盾奭燮 | 10111101111000101000111110111000111111101101001011011001 | bde28fb8fed2d9 |
UTF-8 | 盾奭燮 | 111001111001101110111110111001011010010110101101111001111000011110101110 | e79bbee5a5ade787ae |
UHC | 盾奭燮 | 111000101110101011100000101010111110000011110000 | e2eae0abe0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)