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 | 潁帋埃 | 100111111111000110011011111000011001101010111010 | 9ff19be19aba |
EUC-JP | 潁帋埃 | 110111101111001111010110111000111101010010111100 | def3d6e3d4bc |
UTF-8 | 潁帋埃 | 111001101011110110000001111001011011100010001011111001011001111110000011 | e6bd81e5b88be59f83 |
UHC | 潁?埃 | 1110011110111000001111111110010011101111 | e7b83fe4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)