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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蓚コ隴 | 1110010011101001101110101110100010101101 | e4e9bae8ad |
EUC-JP | 蓚コ隴 | 111010001110101110001110101110101111000010101111 | e8eb8ebaf0af |
UTF-8 | 蓚コ隴 | 111010001001001110011010111011111011110110111010111010011001101010110100 | e8939aefbdbae99ab4 |
UHC | 蓚?? | 11100010101111100011111100111111 | e2be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)