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 | 饒??? | 1110100101100000001111110011111100111111 | e9603f3f3f |
EUC-JP | 饒??? | 1111000111000001001111110011111100111111 | f1c13f3f3f |
UTF-8 | 饒뤺쵛廉 | 111010011010010110010010111010111010010010111010111011001011010110011011111011111010011010100010 | e9a592eba4baecb59befa6a2 |
UHC | 饒뤺쵛廉 | 1110100110101110100011111110100010101100100111011110011011110101 | e9ae8fe8ac9de6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)