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 | ê±¨ê³ | 1110101010110001101010001110101010110011 | eab1a8eab3 |
SJIS-WIN | ?±¨?? | 00111111100000010111110110000001010011100011111100111111 | 3f817d814e3f3f |
EUC-JP | 걨ê? | 1000111110101011101101001010000111011110101000011010111110001111101010111011010000111111 | 8fabb4a1dea1af8fabb43f |
UTF-8 | ê±¨ê³ | 11000011101010101100001010110001110000101010100011000011101010101100001010110011 | c3aac2b1c2a8c3aac2b3 |
UHC | ?±¨?³ | 0011111110100001101111101010000110100111001111111010100111111000 | 3fa1bea1a73fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)