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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | ??芝洩e^ | 0011111100111111100011101100010110001001011010110110010101011110 | 3f3f8ec5896b655e |
EUC-JP | ??芝洩e^ | 0011111100111111101111001100011110110001110011000110010101011110 | 3f3fbcc7b1cc655e |
UTF-8 | 롗롚芝洩e^ | 1110101110100001100101111110101110100001100110101110100010001010100111011110011010110100101010010110010101011110 | eba197eba19ae88a9de6b4a9655e |
UHC | 롗롚芝洩e^ | 10001110110110111000111011011110111100101011100111100000110111010110010101011110 | 8edb8edef2b9e0dd655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)