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 | 焏汐聰軸 | 1111101101010011100011101010110011100011111000001000111010110010 | fb538eace3e08eb2 |
EUC-JP | 焏汐聰軸 | 100011111100100111101001101111001010111011100110111000101011110010110100 | 8fc9e9bcaee6e2bcb4 |
UTF-8 | 焏汐聰軸 | 111001111000010010001111111001101011000110010000111010001000000110110000111010001011101110111000 | e7848fe6b190e881b0e8bbb8 |
UHC | ?汐聰軸 | 00111111111000001011000111110101110001101111010111101110 | 3fe0b1f5c6f5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)