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 | 襍、邏鈴」 | 1110100010110101101001001110011110110100100101111110100110100011 | e8b5a4e7b497e9a3 |
EUC-JP | 襍、邏鈴」 | 11110000101101111000111010100100111011101011011011001110111010111000111010100011 | f0b78ea4eeb6ceeb8ea3 |
UTF-8 | 襍、邏鈴」 | 111010001010010110001101111011111011110110100100111010011000001010001111111010011000100010110100111011111011110110100011 | e8a58defbda4e9828fe988b4efbda3 |
UHC | ??邏鈴? | 00111111001111111101010110100100110101101100001000111111 | 3f3fd5a4d6c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)