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 | íã}víã}vB | 111011011110001101111101011101101110110111100011011111010111011001000010 | ede37d76ede37d7642 |
SJIS-WIN | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
EUC-JP | íã}víã}vB | 1000111110101011101111111000111110101011101010100111110101110110100011111010101110111111100011111010101110101010011111010111011001000010 | 8fabbf8fabaa7d768fabbf8fabaa7d7642 |
UTF-8 | íã}víã}vB | 11000011101011011100001110100011011111010111011011000011101011011100001110100011011111010111011001000010 | c3adc3a37d76c3adc3a37d7642 |
UHC | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)