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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 省ケ糘」釋 | 1000111111001000101110011110001011110010101000111110011111010111 | 8fc8b9e2f2a3e7d7 |
EUC-JP | 省ケ糘」釋 | 10111110110010101000111010111001111001001111010010001110101000111110111011011001 | beca8eb9e4f48ea3eed9 |
UTF-8 | 省ケ糘」釋 | 111001111001110010000001111011111011110110111001111001111011001110011000111011111011110110100011111010011000011110001011 | e79c81efbdb9e7b398efbda3e9878b |
UHC | 省???釋 | 11100000111111010011111100111111001111111110000010110111 | e0fd3f3f3fe0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)