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 | 冐ワ充 | 111000111110110010000011100011111000111101011011 | e3ec838f8f5b |
EUC-JP | 冐ワ充 | 111001101110111010100101111011111011110110111100 | e6eea5efbdbc |
UTF-8 | 冐ワ充 | 111001011000011010010000111000111000001110101111111001011000010110000101 | e58690e383afe58585 |
UHC | ?ワ充 | 0011111110101011111011111111010111110110 | 3fabeff5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)