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 | 蓚コ隰昜゚ | 1110010011101001101110101110100010101100100111011110010011011111 | e4e9bae8ac9de4df |
EUC-JP | 蓚コ隰昜゚ | 11101000111010111000111010111010111100001010111011011010111001101000111011011111 | e8eb8ebaf0aedae68edf |
UTF-8 | 蓚コ隰昜゚ | 111010001001001110011010111011111011110110111010111010011001101010110000111001101001100010011100111011111011111010011111 | e8939aefbdbae99ab0e6989cefbe9f |
UHC | 蓚???? | 111000101011111000111111001111110011111100111111 | e2be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)