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 | 鬲趣 | 111010011010110010110010111010001011011010100011 | e9acb2e8b6a3 |
SJIS-WIN | ?¬??¶£ | 001111111000000111001010001111110011111110000001111101111000000110010010 | 3f81ca3f3f81f78192 |
EUC-JP | �趣 | 10001111101010111011000110100010110011000011111110001111101010111011001010100010111110011010000111110010 | 8fabb1a2cc3f8fabb2a2f9a1f2 |
UTF-8 | 鬲趣 | 110000111010100111000010101011001100001010110010110000111010100011000010101101101100001010100011 | c3a9c2acc2b2c3a8c2b6c2a3 |
UHC | ??²?¶? | 0011111100111111101010011111011100111111101000101101001000111111 | 3f3fa9f73fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)