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 | 畆矮牀 | 111000010101101111100001111000101110000010101100 | e15be1e2e0ac |
EUC-JP | 畆矮牀 | 111000011011110011100010111001001110000010101110 | e1bce2e4e0ae |
UTF-8 | 畆矮牀 | 111001111001010110000110111001111001111110101110111001111000100110000000 | e79586e79faee78980 |
UHC | ?矮牀 | 0011111111101000111000011101111111010001 | 3fe8e1dfd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)