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 | 淨磊? | 1001111111000100111000011111101100111111 | 9fc4e1fb3f |
EUC-JP | 淨磊? | 1101111011000110111000101111110100111111 | dec6e2fd3f |
UTF-8 | 淨磊갖 | 111001101011011110101000111001111010001110001010111010101011000010010110 | e6b7a8e7a38aeab096 |
UHC | 淨磊갖 | 111011111110010011010110111100001011000010101110 | efe4d6f0b0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)