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 | û£°ç | 11111011101000111011000011100111 | fba3b0e7 |
SJIS-WIN | ?£°? | 001111111000000110010010100000011000101100111111 | 3f8192818b3f |
EUC-JP | û£°ç | 10001111101010111110010110100001111100101010000111101011100011111010101110101110 | 8fabe5a1f2a1eb8fabae |
UTF-8 | û£°ç | 1100001110111011110000101010001111000010101100001100001110100111 | c3bbc2a3c2b0c3a7 |
UHC | ??°? | 0011111100111111101000011100011000111111 | 3f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)