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 | チアルシオョ | 110000011011000111011001101111001011010110101110 | c1b1d9bcb5ae |
EUC-JP | チアルシオョ | 100011101100000110001110101100011000111011011001100011101011110010001110101101011000111010101110 | 8ec18eb18ed98ebc8eb58eae |
UTF-8 | チアルシオョ | 111011111011111010000001111011111011110110110001111011111011111010011001111011111011110110111100111011111011110110110101111011111011110110101110 | efbe81efbdb1efbe99efbdbcefbdb5efbdae |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)