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 | ï§¶í¼ | 111011111010011110110110111011011000111010111100 | efa7b6ed8ebc |
SJIS-WIN | ?§¶??? | 0011111110000001100110001000000111110111001111110011111100111111 | 3f819881f73f3f3f |
EUC-JP | 臨í?? | 100011111010101111000001101000011111100010100010111110011000111110101011101111110011111100111111 | 8fabc1a1f8a2f98fabbf3f3f |
UTF-8 | ï§¶í¼ | 110000111010111111000010101001111100001010110110110000111010110111000010100011101100001010111100 | c3afc2a7c2b6c3adc28ec2bc |
UHC | ?§¶??¼ | 001111111010000111010111101000101101001000111111001111111010100011111001 | 3fa1d7a2d23f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)