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 | 蓐唯銹馴ォサ | 11100100111010101001011101000010111001111111011010010011111010011010101110111011 | e4ea9742e7f693e9abbb |
EUC-JP | 蓐唯銹馴ォサ | 111010001110110011001101101000111110111011111000110001101110101110001110101010111000111010111011 | e8eccda3eef8c6eb8eab8ebb |
UTF-8 | 蓐唯銹馴ォサ | 111010001001001110010000111001011001010010101111111010011000101010111001111010011010011010110100111011111011110110101011111011111011110110111011 | e89390e594afe98ab9e9a6b4efbdabefbdbb |
UHC | ?唯銹馴?? | 001111111110101011100110111000101100100011100010111110000011111100111111 | 3feae6e2c8e2f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)