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 | 苡合 | 11100100100011111000110110000111 | e48f8d87 |
EUC-JP | 苡合 | 11100111111011111011100111100111 | e7efb9e7 |
UTF-8 | 苡合 | 111010001000101110100001111001011001000010001000 | e88ba1e59088 |
UHC | 苡合 | 11101100101111101111100111101010 | ecbef9ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)