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 | 粗롛롉 | 111001111011001010010111111010111010000110011011111010111010000110001001 | e7b297eba19beba189 |
UHC | 粗롛롉 | 111100001101100010001110110111111000111011001111 | f0d88edf8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)