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 | 潁鴿灌 | 100111111111000111101001111110011001111111110011 | 9ff1e9f99ff3 |
EUC-JP | 潁鴿灌 | 110111101111001111110010111110111101111011110101 | def3f2fbdef5 |
UTF-8 | 潁鴿灌 | 111001101011110110000001111010011011010010111111111001111000000110001100 | e6bd81e9b4bfe7818c |
UHC | 潁?灌 | 1110011110111000001111111100111010110100 | e7b83fceb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)