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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巐呱讎俯 | 1111101010110110100110011110101111100110101001101001100011101011 | fab699ebe6a698eb |
EUC-JP | 巐呱讎俯 | 100011111011101111111001110100101110110111101100101010001101000011101101 | 8fbbf9d2edeca8d0ed |
UTF-8 | 巐呱讎俯 | 111001011011011110010000111001011001000110110001111010001010111010001110111001001011111110101111 | e5b790e591b1e8ae8ee4bfaf |
UHC | ?呱?俯 | 001111111100110110110010001111111101110011110110 | 3fcdb23fdcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)