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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 槽? | 100100011000010100111111 | 91853f |
EUC-JP | 槽? | 110000011110010100111111 | c1e53f |
UTF-8 | 槽켰 | 111001101010011110111101111011001011110010110000 | e6a7bdecbcb0 |
UHC | 槽켰 | 11110000110010111100010011010111 | f0cbc4d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)