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 | ?????gF | 00111111001111110011111100111111001111110110011101000110 | 3f3f3f3f3f6746 |
SJIS-WIN | 悅?絶??gF | 111110101011110100111111100100001110001000111111001111110110011101000110 | fabd3f90e23f3f6746 |
EUC-JP | ??絶??gF | 0011111100111111110000001110010000111111001111110110011101000110 | 3f3fc0e43f3f6746 |
UTF-8 | 悅럀絶볩숲gF | 1110011010000010100001011110101110011111100000001110011110110101101101101110101110110011101010011110110010001000101100100110011101000110 | e68285eb9f80e7b5b6ebb3a9ec88b26746 |
UHC | 悅럀絶볩숲gF | 111001101110110110001110010110011110111110111110100100111110111110111101101000110110011101000110 | e6ed8e59efbe93efbda36746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)