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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
UTF-8 | 챨첬혦횒혦짼] | 11101100101100011010100011101100101100101010110011101101100110001010011011101101100110101001001011101101100110001010011011101100101001111011110001011101 | ecb1a8ecb2aced98a6ed9a92ed98a6eca7bc5d |
UHC | 챨첬혦횒혦짼] | 11000011101100001100001110111010110000101000111011000011100011011100001010001110110000101011001001011101 | c3b0c3bac28ec38dc28ec2b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)