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 | ê²¨ä¾ | 1110101010110010101010001110010010111110 | eab2a8e4be |
SJIS-WIN | ??¨?? | 001111110011111110000001010011100011111100111111 | 3f3f814e3f3f |
EUC-JP | ê?¨ä? | 10001111101010111011010000111111101000011010111110001111101010111010001100111111 | 8fabb43fa1af8faba33f |
UTF-8 | ê²¨ä¾ | 11000011101010101100001010110010110000101010100011000011101001001100001010111110 | c3aac2b2c2a8c3a4c2be |
UHC | ?²¨?¾ | 0011111110101001111101111010000110100111001111111010100011111010 | 3fa9f7a1a73fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)