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 | õþÛ¥ | 11110101111111101101101110100101 | f5fedba5 |
SJIS-WIN | ???¥ | 0011111100111111001111111000000110001111 | 3f3f3f818f |
EUC-JP | õþÛ? | 10001111101010111101100010001111101010011101000010001111101010101110010100111111 | 8fabd88fa9d08faae53f |
UTF-8 | õþÛ¥ | 1100001110110101110000111011111011000011100110111100001010100101 | c3b5c3bec39bc2a5 |
UHC | ?þ?? | 0011111110101001101011010011111100111111 | 3fa9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)