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 | 位? | 100010001100101000111111 | 88ca3f |
EUC-JP | 位? | 101100001100110000111111 | b0cc3f |
UTF-8 | 位풪 | 111001001011110110001101111011011001001010101010 | e4bd8ded92aa |
UHC | 位풪 | 11101010110010001011111101001100 | eac8bf4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)