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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 逅・迪セv | 11100111100100001010010111100111100011001011111001110110 | e790a5e78cbe76 |
EUC-JP | 逅・迪セv | 111011011111000010001110101001011110110111101100100011101011111001110110 | edf08ea5edec8ebe76 |
UTF-8 | 逅・迪セv | 11101001100000001000010111101111101111011010010111101000101111111010101011101111101111011011111001110110 | e98085efbda5e8bfaaefbdbe76 |
UHC | 逅?迪?v | 11111101101100010011111111101110111010000011111101110110 | fdb13feee83f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)