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 | Û¥øÄ | 11011011101001011111100011000100 | dba5f8c4 |
SJIS-WIN | ?¥?? | 0011111110000001100011110011111100111111 | 3f818f3f3f |
EUC-JP | Û?øÄ | 10001111101010101110010100111111100011111010100111001100100011111010101010100011 | 8faae53f8fa9cc8faaa3 |
UTF-8 | Û¥øÄ | 1100001110011011110000101010010111000011101110001100001110000100 | c39bc2a5c3b8c384 |
UHC | ??ø? | 0011111100111111101010011010101000111111 | 3f3fa9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)