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 | 」爭ツ\ | 1010001111100000101001011100001001011100 | a3e0a5c25c |
EUC-JP | 」爭ツ\ | 10001110101000111110000010100111100011101100001001011100 | 8ea3e0a78ec25c |
UTF-8 | 」爭ツ\ | 11101111101111011010001111100111100010001010110111101111101111101000001001011100 | efbda3e788adefbe825c |
UHC | ?爭?\ | 0011111111101110101100110011111101011100 | 3feeb33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)