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 | ??????M^ | 0011111100111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f3f4d5e |
SJIS-WIN | ????涅?M^ | 001111110011111100111111001111111001111110111000001111110100110101011110 | 3f3f3f3f9fb83f4d5e |
EUC-JP | ????涅?M^ | 001111110011111100111111001111111101111010111010001111110100110101011110 | 3f3f3f3fdeba3f4d5e |
UTF-8 | 렱렚솅씬涅렡M^ | 1110101110100000101100011110101110100000100110101110110010000110100001011110110010010100101011001110011010110110100001011110101110100000101000010100110101011110 | eba0b1eba09aec8685ec94ace6b685eba0a14d5e |
UHC | 렱렚솅씬涅렡M^ | 1000111010111110100011101010110110111100110100011011111011000000111001101110111010001110101100100100110101011110 | 8ebe8eadbcd1bec0e6ee8eb24d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)