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 | 粗?? | 10010001011001010011111100111111 | 91653f3f |
EUC-JP | 粗?? | 11000001110001100011111100111111 | c1c63f3f |
UTF-8 | 粗롛롁 | 111001111011001010010111111010111010000110011011111010111010000110000001 | e7b297eba19beba181 |
UHC | 粗롛롁 | 111100001101100010001110110111111000111011001000 | f0d88edf8ec8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)