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 | ????I? | 001111110011111100111111001111110100100100111111 | 3f3f3f3f493f |
SJIS-WIN | ????I? | 001111110011111100111111001111110100100100111111 | 3f3f3f3f493f |
EUC-JP | ????I? | 001111110011111100111111001111110100100100111111 | 3f3f3f3f493f |
UTF-8 | 혧횧횏첬I챈 | 11101101100110001010011111101101100110101010011111101101100110101000111111101100101100101010110001001001111011001011000110001000 | ed98a7ed9aa7ed9a8fecb2ac49ecb188 |
UHC | 혧횧횏첬I챈 | 1100001010001111110000111001111011000011100010111100001110111010010010011100001110100110 | c28fc39ec38bc3ba49c3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)