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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 鈔韈\ | 1110011111100010111010001110011101011100 | e7e2e8e75c |
EUC-JP | 鈔韈\ | 1110111011100100111100001110100101011100 | eee4f0e95c |
UTF-8 | 鈔韈\ | 11101001100010001001010011101001100111111000100001011100 | e98894e99f885c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)