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 | 泯鶸 | 111001101011001110101111111010011011011010111000 | e6b3afe9b6b8 |
SJIS-WIN | ????¶? | 00111111001111110011111100111111100000011111011100111111 | 3f3f3f3f81f73f |
EUC-JP | �鶸 | 100011111010100111000001001111111000111110100010101101001000111110101011101100011010001011111001100011111010001010110001 | 8fa9c13f8fa2b48fabb1a2f98fa2b1 |
UTF-8 | 泯鶸 | 110000111010011011000010101100111100001010101111110000111010100111000010101101101100001010111000 | c3a6c2b3c2afc3a9c2b6c2b8 |
UHC | æ³??¶¸ | 10101001101000011010100111111000001111110011111110100010110100101010001010101100 | a9a1a9f83f3fa2d2a2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)