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 | 箚釀峽 | 111000101011001011100111110101001001101110110101 | e2b2e7d49bb5 |
EUC-JP | 箚釀峽 | 111001001011010011101110110101101101011010110111 | e4b4eed6d6b7 |
UTF-8 | 箚釀峽 | 111001111010111010011010111010011000011110000000111001011011001110111101 | e7ae9ae98780e5b3bd |
UHC | 箚釀峽 | 111100111011000011100101110101001111101011110010 | f3b0e5d4faf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)