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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ゜$゜ | 100000010100101110000001100100001000000101001011 | 814b8190814b |
EUC-JP | ゜$゜ | 101000011010110010100001111100001010000110101100 | a1aca1f0a1ac |
UTF-8 | ゜$゜ | 111000111000001010011100111011111011110010000100111000111000001010011100 | e3829cefbc84e3829c |
UHC | ?$? | 00111111101000111010010000111111 | 3fa3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)