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 | 円??辱 | 100010010111111000111111001111111001000001001010 | 897e3f3f904a |
EUC-JP | 円??辱 | 101100011101111100111111001111111011111110101011 | b1df3f3fbfab |
UTF-8 | 円띰슁辱 | 111001011000011010000110111010111001110110110000111011001000101010000001111010001011111010110001 | e58686eb9db0ec8a81e8beb1 |
UHC | 円띰슁辱 | 1110010111110111101101101110111110111101101100111110100110110100 | e5f7b6efbdb3e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)