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 | 驥・阨」驕ョ | 111010011000011110100101111010001001010110100011111010011000000110101110 | e987a5e895a3e981ae |
EUC-JP | 驥・阨」驕ョ | 111100011110011110001110101001011110111111110101100011101010001111110001111000011000111010101110 | f1e78ea5eff58ea3f1e18eae |
UTF-8 | 驥・阨」驕ョ | 111010011010100110100101111011111011110110100101111010011001100010101000111011111011110110100011111010011010100110010101111011111011110110101110 | e9a9a5efbda5e998a8efbda3e9a995efbdae |
UHC | 驥???驕? | 1101000111001010001111110011111100111111110011101111011000111111 | d1ca3f3f3fcef63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)