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 | 崑崑? | 1001101111000000100110111100000000111111 | 9bc09bc03f |
EUC-JP | 崑崑? | 1101011011000010110101101100001000111111 | d6c2d6c23f |
UTF-8 | 崑崑귤 | 111001011011010010010001111001011011010010010001111010101011011110100100 | e5b491e5b491eab7a4 |
UHC | 崑崑귤 | 110011011101111111001101110111111011000111010110 | cddfcddfb1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)