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 | 11100001101100001110000101010010011111010111011011100001101100001110000101010010011111010111011001000010 | e1b0e1527d76e1b0e1527d7642 |
EUC-JP | 皺甞}v皺甞}vB | 11100010101100101110000110110011011111010111011011100010101100101110000110110011011111010111011001000010 | e2b2e1b37d76e2b2e1b37d7642 |
UTF-8 | 皺甞}v皺甞}vB | 1110011110011010101110101110011110010100100111100111110101110110111001111001101010111010111001111001010010011110011111010111011001000010 | e79abae7949e7d76e79abae7949e7d7642 |
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)