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 | 逹。豢呟アイ | 111001111001110110100001111001101011010010011001111010101011000110110010 | e79da1e6b499eab1b2 |
EUC-JP | 逹。豢呟アイ | 111011011111110110001110101000011110110010110110110100101110110010001110101100011000111010110010 | edfd8ea1ecb6d2ec8eb18eb2 |
UTF-8 | 逹。豢呟アイ | 111010011000000010111001111011111011110110100001111010001011000110100010111001011001000110011111111011111011110110110001111011111011110110110010 | e980b9efbda1e8b1a2e5919fefbdb1efbdb2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)