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 | êë×Éêë | 111010101110101111010111110010011110101011101011 | eaebd7c9eaeb |
SJIS-WIN | ??×??? | 00111111001111111000000101111110001111110011111100111111 | 3f3f817e3f3f3f |
EUC-JP | êë×Éêë | 1000111110101011101101001000111110101011101100111010000111011111100011111010101010110001100011111010101110110100100011111010101110110011 | 8fabb48fabb3a1df8faab18fabb48fabb3 |
UTF-8 | êë×Éêë | 110000111010101011000011101010111100001110010111110000111000100111000011101010101100001110101011 | c3aac3abc397c389c3aac3ab |
UHC | ??×??? | 00111111001111111010000110111111001111110011111100111111 | 3f3fa1bf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)