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 | ???????s | 0011111100111111001111110011111100111111001111110011111101110011 | 3f3f3f3f3f3f3f73 |
SJIS-WIN | ???????s | 0011111100111111001111110011111100111111001111110011111101110011 | 3f3f3f3f3f3f3f73 |
EUC-JP | ???????s | 0011111100111111001111110011111100111111001111110011111101110011 | 3f3f3f3f3f3f3f73 |
UTF-8 | 혧쨍체횚챨횏첬s | 11101101100110001010011111101100101010001000110111101100101100101011010011101101100110101001101011101100101100011010100011101101100110101000111111101100101100101010110001110011 | ed98a7eca88decb2b4ed9a9aecb1a8ed9a8fecb2ac73 |
UHC | 혧쨍체횚챨횏첬s | 110000101000111111000010101110001100001110111100110000111001010011000011101100001100001110001011110000111011101001110011 | c28fc2b8c3bcc394c3b0c38bc3ba73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)