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 | ?M}v?M}vB | 001111110100110101111101011101100011111101001101011111010111011001000010 | 3f4d7d763f4d7d7642 |
SJIS-WIN | 甞M}v甞M}vB | 1110000101010010010011010111110101110110111000010101001001001101011111010111011001000010 | e1524d7d76e1524d7d7642 |
EUC-JP | 甞M}v甞M}vB | 1110000110110011010011010111110101110110111000011011001101001101011111010111011001000010 | e1b34d7d76e1b34d7d7642 |
UTF-8 | 甞M}v甞M}vB | 11100111100101001001111001001101011111010111011011100111100101001001111001001101011111010111011001000010 | e7949e4d7d76e7949e4d7d7642 |
UHC | ?M}v?M}vB | 001111110100110101111101011101100011111101001101011111010111011001000010 | 3f4d7d763f4d7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)