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 | ç·ÁY | 1100001110100111101101111100000101011001 | c3a7b7c159 |
SJIS-WIN | ?§??Y | 001111111000000110011000001111110011111101011001 | 3f81983f3f59 |
EUC-JP | ç?ÁY | 10001111101010101010101010100001111110000011111110001111101010101010000101011001 | 8faaaaa1f83f8faaa159 |
UTF-8 | ç·ÁY | 110000111000001111000010101001111100001010110111110000111000000101011001 | c383c2a7c2b7c38159 |
UHC | ?§·?Y | 00111111101000011101011110100001101001000011111101011001 | 3fa1d7a1a43f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)