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 | ?H?wF | 0011111101001000001111110111011101000110 | 3f483f7746 |
SJIS-WIN | ?H?wF | 0011111101001000001111110111011101000110 | 3f483f7746 |
EUC-JP | ?H?wF | 0011111101001000001111110111011101000110 | 3f483f7746 |
UTF-8 | 뭑H묧wF | 111010111010110110010001010010001110101110101100101001110111011101000110 | ebad9148ebaca77746 |
UHC | 뭑H묧wF | 10010010010110010100100010010001111111100111011101000110 | 92594891fe7746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)