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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 沚[沚[^ | 10011111100011010101101110011111100011010101101101011110 | 9f8d5b9f8d5b5e |
EUC-JP | 沚[沚[^ | 11011101111011010101101111011101111011010101101101011110 | dded5bdded5b5e |
UTF-8 | 沚[沚[^ | 111001101011001010011010010110111110011010110010100110100101101101011110 | e6b29a5be6b29a5b5e |
UHC | 沚[沚[^ | 11110010101011110101101111110010101011110101101101011110 | f2af5bf2af5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)