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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 村測村尊B | 100100011011101010010001101010101001000110111010100100011011100001000010 | 91ba91aa91ba91b842 |
EUC-JP | 村測村尊B | 110000101011110011000010101011001100001010111100110000101011101001000010 | c2bcc2acc2bcc2ba42 |
UTF-8 | 村測村尊B | 11100110100111011001000111100110101110001010110011100110100111011001000111100101101100001000101001000010 | e69d91e6b8ace69d91e5b08a42 |
UHC | 村測村尊B | 111101011011110111110110101101001111010110111101111100001110111001000010 | f5bdf6b4f5bdf0ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)