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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 守床~ | 1000111011100111100011111011000001111110 | 8ee78fb07e |
EUC-JP | 守床~ | 1011110011101001101111101011001001111110 | bce9beb27e |
UTF-8 | 守床~ | 11100101101011101000100011100101101110101000101001111110 | e5ae88e5ba8a7e |
UHC | 守床~ | 1110000111111010110111111100100101111110 | e1fadfc97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)