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 | 脱箪贈鱈 | 1001001001000101100100100101110010010001101000011001001001001100 | 9245925c91a1924c |
EUC-JP | 脱箪贈鱈 | 1100001110100110110000111011110111000010101000111100001110101101 | c3a6c3bdc2a3c3ad |
UTF-8 | 脱箪贈鱈 | 111010001000010010110001111001111010111010101010111010001011010010001000111010011011000110001000 | e884b1e7aeaae8b488e9b188 |
UHC | ??贈? | 0011111100111111111100011111110000111111 | 3f3ff1fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)