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 | 1001110111110011010011010111110101110110100111011111001101001101011111010111011001000010 | 9df34d7d769df34d7d7642 |
EUC-JP | 暎M}v暎M}vB | 1101101011110101010011010111110101110110110110101111010101001101011111010111011001000010 | daf54d7d76daf54d7d7642 |
UTF-8 | 暎M}v暎M}vB | 11100110100110101000111001001101011111010111011011100110100110101000111001001101011111010111011001000010 | e69a8e4d7d76e69a8e4d7d7642 |
UHC | 暎M}v暎M}vB | 1110011110110010010011010111110101110110111001111011001001001101011111010111011001000010 | e7b24d7d76e7b24d7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)