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 | ?????P? | 00111111001111110011111100111111001111110101000000111111 | 3f3f3f3f3f503f |
SJIS-WIN | ?????P? | 00111111001111110011111100111111001111110101000000111111 | 3f3f3f3f3f503f |
EUC-JP | ?????P? | 00111111001111110011111100111111001111110101000000111111 | 3f3f3f3f3f503f |
UTF-8 | 챨찼혦쩍청P횚 | 11101100101100011010100011101100101100001011110011101101100110001010011011101100101010011000110111101100101100101010110101010000111011011001101010011010 | ecb1a8ecb0bced98a6eca98decb2ad50ed9a9a |
UHC | 챨찼혦쩍청P횚 | 11000011101100001100001110100001110000101000111011000010101111011100001110111011010100001100001110010100 | c3b0c3a1c28ec2bdc3bb50c394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)