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 | û¦ç¥h | 1111101110100110111001111010010101101000 | fba6e7a568 |
SJIS-WIN | ???¥h | 001111110011111100111111100000011000111101101000 | 3f3f3f818f68 |
EUC-JP | û¦ç?h | 1000111110101011111001011000111110100010110000111000111110101011101011100011111101101000 | 8fabe58fa2c38fabae3f68 |
UTF-8 | û¦ç¥h | 110000111011101111000010101001101100001110100111110000101010010101101000 | c3bbc2a6c3a7c2a568 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)