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 | 指其?? | 100011100111011110010001101101000011111100111111 | 8e7791b43f3f |
EUC-JP | 指其?? | 101110111101100011000010101101100011111100111111 | bbd8c2b63f3f |
UTF-8 | 指其렲렔 | 111001101000110010000111111001011000010110110110111010111010000010110010111010111010000010010100 | e68c87e585b6eba0b2eba094 |
UHC | 指其렲렔 | 1111001010100110110100001110110010001110101111111000111010101001 | f2a6d0ec8ebf8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)