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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 챤짼횂챨횏챙^ | 11101100101100011010010011101100101001111011110011101101100110101000001011101100101100011010100011101101100110101000111111101100101100011001100101011110 | ecb1a4eca7bced9a82ecb1a8ed9a8fecb1995e |
UHC | 챤짼횂챨횏챙^ | 11000011101011101100001010110010110000111000001011000011101100001100001110001011110000111010110001011110 | c3aec2b2c382c3b0c38bc3ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)