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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | 遮赦酌示nB | 100011101101010110001110110011011000111011011110100011101010011011110000111000010110111001000010 | 8ed58ecd8ede8ea6f0e16e42 |
EUC-JP | 遮赦酌示?nB | 1011110011010111101111001100111110111100111000001011110010101000001111110110111001000010 | bcd7bccfbce0bca83f6e42 |
UTF-8 | 遮赦酌示nB | 1110100110000001101011101110100010110101101001101110100110000101100011001110011110100100101110101110111010000010101000000110111001000010 | e981aee8b5a6e9858ce7a4baee82a06e42 |
UHC | 遮赦酌示?nB | 1111001110110100110111101111010111101101110011001110001111000110001111110110111001000010 | f3b4def5edcce3c63f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)