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 | 潁ョ?繹 | 10011111111100011000001110000111001111111110001110001000 | 9ff183873fe388 |
EUC-JP | 潁ョ?繹 | 11011110111100111010010111100111001111111110010111101000 | def3a5e73fe5e8 |
UTF-8 | 潁ョ걣繹 | 111001101011110110000001111000111000001110100111111010101011000110100011111001111011100110111001 | e6bd81e383a7eab1a3e7b9b9 |
UHC | 潁ョ걣繹 | 1110011110111000101010111110011110000001100011001110011010111010 | e7b8abe7818ce6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)