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 | 懈??裝 | 100111001110011000111111001111111110010111100100 | 9ce63f3fe5e4 |
EUC-JP | 懈??裝 | 110110001110100000111111001111111110101011100110 | d8e83f3feae6 |
UTF-8 | 懈⅛쾶裝 | 111001101000011110001000111000101000010110011011111011001011111010110110111010001010001110011101 | e68788e2859becbeb6e8a39d |
UHC | 懈⅛쾶裝 | 1111101010101011101010001111101110110010100011001110110111111011 | faaba8fbb28cedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)