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 | ⅷエ螯ア鰀 | 1111101001000111101101001110010110100110101100011111110001000110 | fa47b4e5a6b1fc46 |
EUC-JP | ?エ螯ア鰀 | 00111111100011101011010011101010101010001000111010110001100011111110101110100101 | 3f8eb4eaa88eb18feba5 |
UTF-8 | ⅷエ螯ア鰀 | 111000101000010110110111111011111011110110110100111010001001111010101111111011111011110110110001111010011011000010000000 | e285b7efbdb4e89eafefbdb1e9b080 |
UHC | ⅷ???? | 101001011010100000111111001111110011111100111111 | a5a83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)