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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 邀・蟷」跫アE | 11100111101100011010010111100101101110011010001111100110111011011011000101000101 | e7b1a5e5b9a3e6edb145 |
EUC-JP | 邀・蟷」跫アE | 11101110101100111000111010100101111010101011101110001110101000111110110011101111100011101011000101000101 | eeb38ea5eabb8ea3ecef8eb145 |
UTF-8 | 邀・蟷」跫アE | 11101001100000101000000011101111101111011010010111101000100111111011011111101111101111011010001111101000101101111010101111101111101111011011000101000101 | e98280efbda5e89fb7efbda3e8b7abefbdb145 |
UHC | 邀?????E | 1110100110101101001111110011111100111111001111110011111101000101 | e9ad3f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)