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 | 銓ャ閼 | 1110011111110010101011001110100010000100 | e7f2ace884 |
EUC-JP | 銓ャ閼 | 111011101111010010001110101011001110111111100100 | eef48eacefe4 |
UTF-8 | 銓ャ閼 | 111010011000101010010011111011111011110110101100111010011001011010111100 | e98a93efbdace996bc |
UHC | 銓?閼 | 1110111110110000001111111110010011011001 | efb03fe4d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)