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 | ¼×¼¦¼ | 1011110011010111101111001010011010111100 | bcd7bca6bc |
SJIS-WIN | ?×??? | 001111111000000101111110001111110011111100111111 | 3f817e3f3f3f |
EUC-JP | ?×?¦? | 0011111110100001110111110011111110001111101000101100001100111111 | 3fa1df3f8fa2c33f |
UTF-8 | ¼×¼¦¼ | 11000010101111001100001110010111110000101011110011000010101001101100001010111100 | c2bcc397c2bcc2a6c2bc |
UHC | ¼×¼?¼ | 101010001111100110100001101111111010100011111001001111111010100011111001 | a8f9a1bfa8f93fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)