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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 淨磊?\ | 100111111100010011100001111110110011111101011100 | 9fc4e1fb3f5c |
EUC-JP | 淨磊?\ | 110111101100011011100010111111010011111101011100 | dec6e2fd3f5c |
UTF-8 | 淨磊갖\ | 11100110101101111010100011100111101000111000101011101010101100001001011001011100 | e6b7a8e7a38aeab0965c |
UHC | 淨磊갖\ | 11101111111001001101011011110000101100001010111001011100 | efe4d6f0b0ae5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)