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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豸育擅蟇 | 1110011010110110100010001110011110011101101000011110010110101111 | e6b688e79da1e5af |
EUC-JP | 豸育擅蟇 | 1110110010111000101100001110100111011010101000111110101010110001 | ecb8b0e9daa3eab1 |
UTF-8 | 豸育擅蟇 | 111010001011000110111000111010001000001010110010111001101001001110000101111010001001111110000111 | e8b1b8e882b2e69385e89f87 |
UHC | ?育擅? | 001111111110101111000000111101001011101000111111 | 3febc0f4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)