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 | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 皺牴}v皺牴}vB | 11100001101100001110000010110000011111010111011011100001101100001110000010110000011111010111011001000010 | e1b0e0b07d76e1b0e0b07d7642 |
EUC-JP | 皺牴}v皺牴}vB | 11100010101100101110000010110010011111010111011011100010101100101110000010110010011111010111011001000010 | e2b2e0b27d76e2b2e0b27d7642 |
UTF-8 | 皺牴}v皺牴}vB | 1110011110011010101110101110011110001001101101000111110101110110111001111001101010111010111001111000100110110100011111010111011001000010 | e79abae789b47d76e79abae789b47d7642 |
UHC | 皺?}v皺?}vB | 1111010111010100001111110111110101110110111101011101010000111111011111010111011001000010 | f5d43f7d76f5d43f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)