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 | 指其렦렑 | 111001101000110010000111111001011000010110110110111010111010000010100110111010111010000010010001 | e68c87e585b6eba0a6eba091 |
UHC | 指其렦렑 | 1111001010100110110100001110110010001110101101011000111010100110 | f2a6d0ec8eb58ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)