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 | 崖ョ?慂 | 10001010010100101000001110000111001111111001110011001000 | 8a5283873f9cc8 |
EUC-JP | 崖ョ?慂 | 10110011101100111010010111100111001111111101100011001010 | b3b3a5e73fd8ca |
UTF-8 | 崖ョ뿛慂 | 111001011011010010010110111000111000001110100111111010111011111110011011111001101000010110000010 | e5b496e383a7ebbf9be68582 |
UHC | 崖ョ뿛慂 | 1110010011110000101010111110011110010111100111101110100110111101 | e4f0abe7979ee9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)