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 | ?C? | 001111110100001100111111 | 3f433f |
SJIS-WIN | 和C裘 | 1001100001100001010000111110010111100010 | 986143e5e2 |
EUC-JP | 和C裘 | 1100111111000010010000111110101011100100 | cfc243eae4 |
UTF-8 | 和C裘 | 11100101100100101000110001000011111010001010001110011000 | e5928c43e8a398 |
UHC | 和C? | 11111011111110100100001100111111 | fbfa433f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)