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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 셨설셨설^ | 11101100100001011010100011101100100001001010010011101100100001011010100011101100100001001010010001011110 | ec85a8ec84a4ec85a8ec84a45e |
UHC | 셨설셨설^ | 101111001100110010111100101100111011110011001100101111001011001101011110 | bcccbcb3bcccbcb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)