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í®x | 1110110110011000101100100100001011101101100110001010111001111000 | ed98b242ed98ae78 |
SJIS-WIN | ???B???x | 0011111100111111001111110100001000111111001111110011111101111000 | 3f3f3f423f3f3f78 |
EUC-JP | í??Bí?®x | 1000111110101011101111110011111100111111010000101000111110101011101111110011111110001111101000101110111001111000 | 8fabbf3f3f428fabbf3f8fa2ee78 |
UTF-8 | í²Bí®x | 1100001110101101110000101001100011000010101100100100001011000011101011011100001010011000110000101010111001111000 | c3adc298c2b242c3adc298c2ae78 |
UHC | ??²B??®x | 00111111001111111010100111110111010000100011111100111111101000101110011101111000 | 3f3fa9f7423f3fa2e778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)