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 | ?w???w??^ | 001111110111011100111111001111110011111101110111001111110011111101011110 | 3f773f3f3f773f3f5e |
SJIS-WIN | ?w???w??^ | 001111110111011100111111001111110011111101110111001111110011111101011110 | 3f773f3f3f773f3f5e |
EUC-JP | ?w???w??^ | 001111110111011100111111001111110011111101110111001111110011111101011110 | 3f773f3f3f773f3f5e |
UTF-8 | 혴w혰혵혴w혵짚^ | 111011011001100010110100011101111110110110011000101100001110110110011000101101011110110110011000101101000111011111101101100110001011010111101100101001111001101001011110 | ed98b477ed98b0ed98b5ed98b477ed98b5eca79a5e |
UHC | 혴w혰혵혴w혵짚^ | 110000101001101101110111110000101001011111000010100111001100001010011011011101111100001010011100110000101010010001011110 | c29b77c297c29cc29b77c29cc2a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)