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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽壽キ。驩 | 1110011010100011100110101110011010110111101000011110100110001001 | e6a39ae6b7a1e989 |
EUC-JP | 譽壽キ。驩 | 11101100101001011101010011101000100011101011011110001110101000011111000111101001 | eca5d4e88eb78ea1f1e9 |
UTF-8 | 譽壽キ。驩 | 111010001010110110111101111001011010001110111101111011111011110110110111111011111011110110100001111010011010100110101001 | e8adbde5a3bdefbdb7efbda1e9a9a9 |
UHC | 譽壽??驩 | 1110011111100010111000011111100000111111001111111111110010111110 | e7e2e1f83f3ffcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)