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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萸?臾? | 111001001100111000111111111001000110101100111111 | e4ce3fe46b3f |
EUC-JP | 萸?臾? | 111010001101000000111111111001111100110000111111 | e8d03fe7cc3f |
UTF-8 | 萸몆臾쬎 | 111010001001000010111000111010111010101010000110111010001000011110111110111011001010110010001110 | e890b8ebaa86e887beecac8e |
UHC | 萸몆臾쬎 | 1110101110101101100100010111000011101011101011001010011101000100 | ebad9170ebaca744 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)