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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豁滕「ュ | 111001101010110110011111111011001010001010101101 | e6ad9feca2ad |
EUC-JP | 豁滕「ュ | 1110110010101111110111101110111010001110101000101000111010101101 | ecafdeee8ea28ead |
UTF-8 | 豁滕「ュ | 111010001011000110000001111001101011101110010101111011111011110110100010111011111011110110101101 | e8b181e6bb95efbda2efbdad |
UHC | 豁??? | 1111110011000011001111110011111100111111 | fcc33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)