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 | í´wí¥k | 1110110110011000101101000111011111101101100110001010010101101011 | ed98b477ed98a56b |
SJIS-WIN | ??´w??¥k | 00111111001111111000000101001100011101110011111100111111100000011000111101101011 | 3f3f814c773f3f818f6b |
EUC-JP | í?´wí??k | 10001111101010111011111100111111101000011010110101110111100011111010101110111111001111110011111101101011 | 8fabbf3fa1ad778fabbf3f3f6b |
UTF-8 | í´wí¥k | 1100001110101101110000101001100011000010101101000111011111000011101011011100001010011000110000101010010101101011 | c3adc298c2b477c3adc298c2a56b |
UHC | ??´w???k | 001111110011111110100010101001010111011100111111001111110011111101101011 | 3f3fa2a5773f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)