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 | 指其렮띠 | 111001101000110010000111111001011000010110110110111010111010000010101110111010111001110110100000 | e68c87e585b6eba0aeeb9da0 |
UHC | 指其렮띠 | 1111001010100110110100001110110010001110101110111011011011101100 | f2a6d0ec8ebbb6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)