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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ・遑ソ゚ | 11110000101111111010010111100111101000011011111111011111 | f0bfa5e7a1bfdf |
EUC-JP | ?・遑ソ゚ | 001111111000111010100101111011101010001110001110101111111000111011011111 | 3f8ea5eea38ebf8edf |
UTF-8 | ・遑ソ゚ | 111011101000000110111110111011111011110110100101111010011000000110010001111011111011110110111111111011111011111010011111 | ee81beefbda5e98191efbdbfefbe9f |
UHC | ??遑?? | 001111110011111111111100110110100011111100111111 | 3f3ffcda3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)