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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?渫??渫?B | 001111111001111111010110001111110011111110011111110101100011111101000010 | 3f9fd63f3f9fd63f42 |
EUC-JP | ?渫??渫?B | 001111111101111011011000001111110011111111011110110110000011111101000010 | 3fded83f3fded83f42 |
UTF-8 | 셉渫셉셉渫셉B | 11101100100001011000100111100110101110001010101111101100100001011000100111101100100001011000100111100110101110001010101111101100100001011000100101000010 | ec8589e6b8abec8589ec8589e6b8abec858942 |
UHC | 셉渫셉셉渫셉B | 10111100110000011110000011011110101111001100000110111100110000011110000011011110101111001100000101000010 | bcc1e0debcc1bcc1e0debcc142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)