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 | í¨Bí§G | 1110110110011000101010000100001011101101100110001010011101000111 | ed98a842ed98a747 |
SJIS-WIN | ??¨B??§G | 00111111001111111000000101001110010000100011111100111111100000011001100001000111 | 3f3f814e423f3f819847 |
EUC-JP | í?¨Bí?§G | 1000111110101011101111110011111110100001101011110100001010001111101010111011111100111111101000011111100001000111 | 8fabbf3fa1af428fabbf3fa1f847 |
UTF-8 | í¨Bí§G | 1100001110101101110000101001100011000010101010000100001011000011101011011100001010011000110000101010011101000111 | c3adc298c2a842c3adc298c2a747 |
UHC | ??¨B??§G | 00111111001111111010000110100111010000100011111100111111101000011101011101000111 | 3f3fa1a7423f3fa1d747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)