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 | 瞑[瞑[^ | 11100001110100100101101111100001110100100101101101011110 | e1d25be1d25b5e |
EUC-JP | 瞑[瞑[^ | 11100010110101000101101111100010110101000101101101011110 | e2d45be2d45b5e |
UTF-8 | 瞑[瞑[^ | 111001111001111010010001010110111110011110011110100100010101101101011110 | e79e915be79e915b5e |
UHC | 瞑[瞑[^ | 11011001101010100101101111011001101010100101101101011110 | d9aa5bd9aa5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)