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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?皎?^ | 0011111111100001101001110011111101011110 | 3fe1a73f5e |
EUC-JP | 馹皎?^ | 10001111111010011010000111100010101010010011111101011110 | 8fe9a1e2a93f5e |
UTF-8 | 馹皎륙^ | 11101001101001101011100111100111100110101000111011101011101001011001100101011110 | e9a6b9e79a8eeba5995e |
UHC | 馹皎륙^ | 11101100111100011100111011101011101101111111101001011110 | ecf1ceebb7fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)