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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
UTF-8 | 쩐횩혦횚쩌짝~ | 11101100101010011001000011101101100110101010100111101101100110001010011011101101100110101001101011101100101010011000110011101100101001111001110101111110 | eca990ed9aa9ed98a6ed9a9aeca98ceca79d7e |
UHC | 쩐횩혦횚쩌짝~ | 11000010101111101100001110011111110000101000111011000011100101001100001010111100110000101010011001111110 | c2bec39fc28ec394c2bcc2a67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)