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 | ô×ç¾ | 11110100110101111110011110111110 | f4d7e7be |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ô×ç? | 100011111010101111010100101000011101111110001111101010111010111000111111 | 8fabd4a1df8fabae3f |
UTF-8 | ô×ç¾ | 1100001110110100110000111001011111000011101001111100001010111110 | c3b4c397c3a7c2be |
UHC | ?×?¾ | 001111111010000110111111001111111010100011111010 | 3fa1bf3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)