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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 躁?c?桓 | 1110011101001110001111111000001010000011001111111000101010111010 | e74e3f82833f8aba |
EUC-JP | 躁?c?桓 | 1110110110101111001111111010001111100011001111111011010010111100 | edaf3fa3e33fb4bc |
UTF-8 | 躁쯩c뤈桓 | 111010001011101010000001111011001010111110101001111011111011110110000011111010111010010010001000111001101010000110010011 | e8ba81ecafa9efbd83eba488e6a193 |
UHC | 躁쯩c뤈桓 | 11110000111000101100001011101101101000111110001110001111101110001111110010111000 | f0e2c2eda3e38fb8fcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)