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 | 辱ラ?言 | 10010000010010101000001110001001001111111000110010111110 | 904a83893f8cbe |
EUC-JP | 辱ラ?言 | 10111111101010111010010111101001001111111011100011000000 | bfaba5e93fb8c0 |
UTF-8 | 辱ラ뀒言 | 111010001011111010110001111000111000001110101001111010111000000010010010111010001010100010000000 | e8beb1e383a9eb8092e8a880 |
UHC | 辱ラ뀒言 | 1110100110110100101010111110100110000101100011001110010111101011 | e9b4abe9858ce5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)