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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 駿??耕?? | 1000111101111000001111110011111110001101011010110011111100111111 | 8f783f3f8d6b3f3f |
EUC-JP | 駿??耕?? | 1011110111011001001111110011111110111001110011000011111100111111 | bdd93f3fb9cc3f3f |
UTF-8 | 駿띌렭耕렑렕 | 111010011010011110111111111010111001110110001100111010111010000010101101111010001000000010010101111010111010000010010001111010111010000010010101 | e9a7bfeb9d8ceba0ade88095eba091eba095 |
UHC | 駿띌렭耕렑렕 | 111100011110011110110110111010011000111010111010110011001110100110001110101001101000111010101010 | f1e7b6e98ebacce98ea68eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)