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ì±\ | 1110110110011000101100000101100111101100101100011000010001011100 | ed98b059ecb1845c |
SJIS-WIN | ??°Y?±?\ | 00111111001111111000000110001011010110010011111110000001011111010011111101011100 | 3f3f818b593f817d3f5c |
EUC-JP | í?°Yì±?\ | 1000111110101011101111110011111110100001111010110101100110001111101010111100000010100001110111100011111101011100 | 8fabbf3fa1eb598fabc0a1de3f5c |
UTF-8 | í°Yì±\ | 1100001110101101110000101001100011000010101100000101100111000011101011001100001010110001110000101000010001011100 | c3adc298c2b059c3acc2b1c2845c |
UHC | ??°Y?±?\ | 00111111001111111010000111000110010110010011111110100001101111100011111101011100 | 3f3fa1c6593fa1be3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)