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 | 隘娯握褊 | 1110100010100101100011001110001010001000101011001110010111101101 | e8a58ce288ace5ed |
EUC-JP | 隘娯握褊 | 1111000010100111101110001110010010110000101011101110101011101111 | f0a7b8e4b0aeeaef |
UTF-8 | 隘娯握褊 | 111010011001101010011000111001011010100010101111111001101000111110100001111010001010010010001010 | e99a98e5a8afe68fa1e8a48a |
UHC | 隘?握? | 111001001111011000111111111001001100010000111111 | e4f63fe4c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)