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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 中???縞? | 1001001010000110001111110011111100111111100011101100100000111111 | 92863f3f3f8ec83f |
EUC-JP | 中???縞? | 1100001111100110001111110011111100111111101111001100101000111111 | c3e63f3f3fbcca3f |
UTF-8 | 中꿸렮렪縞렍 | 111001001011100010101101111010101011111110111000111010111010000010101110111010111010000010101010111001111011100010011110111010111010000010001101 | e4b8adeabfb8eba0aeeba0aae7b89eeba08d |
UHC | 中꿸렮렪縞렍 | 111100011110100110110010111010101000111010111011100011101011100011111011110101101000111010100011 | f1e9b2ea8ebb8eb8fbd68ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)