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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 邁スB | 11100111101100001011110101000010 | e7b0bd42 |
EUC-JP | 邁スB | 1110111010110010100011101011110101000010 | eeb28ebd42 |
UTF-8 | 邁スB | 11101001100000101000000111101111101111011011110101000010 | e98281efbdbd42 |
UHC | 邁?B | 11011000111001000011111101000010 | d8e43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)