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 | ʽ¹\ | 1000111111001010101111011000111010111001100011101010110101011100 | 8fcabd8eb98ead5c |
SJIS-WIN | ???????\ | 0011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f5c |
EUC-JP | ?Ê?????\ | 00111111100011111010101010110100001111110011111100111111001111110011111101011100 | 3f8faab43f3f3f3f3f5c |
UTF-8 | ʽ¹\ | 110000101000111111000011100010101100001010111101110000101000111011000010101110011100001010001110110000101010110101011100 | c28fc38ac2bdc28ec2b9c28ec2ad5c |
UHC | ??½?¹?\ | 0011111100111111101010001111011000111111101010011111011000111111101000011010100101011100 | 3f3fa8f63fa9f63fa1a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)