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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???宥?B | 00111111001111110011111110010111010001110011111101000010 | 3f3f3f97473f42 |
EUC-JP | 轝??宥?B | 100011111110000110101010001111110011111111001101101010000011111101000010 | 8fe1aa3f3fcda83f42 |
UTF-8 | 轝뚯눥宥괆B | 11101000101111011001110111101011100110101010111111101011100010001010010111100101101011101010010111101010101101001000011001000010 | e8bd9deb9aafeb88a5e5aea5eab48642 |
UHC | 轝뚯눥宥괆B | 1110011010101100100011001110110010000111101111001110101011101001101100001111111001000010 | e6ac8cec87bceae9b0fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)