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 | Û¥åÔ | 11011011101001011110010111010100 | dba5e5d4 |
SJIS-WIN | ?¥?? | 0011111110000001100011110011111100111111 | 3f818f3f3f |
EUC-JP | Û?åÔ | 10001111101010101110010100111111100011111010101110101001100011111010101011010100 | 8faae53f8faba98faad4 |
UTF-8 | Û¥åÔ | 1100001110011011110000101010010111000011101001011100001110010100 | c39bc2a5c3a5c394 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)