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 | 蛹呟オ溲カ | 1110010110001100100110011110101010110101100111111110101010110110 | e58c99eab59feab6 |
EUC-JP | 蛹呟オ溲カ | 11101001111011001101001011101100100011101011010111011110111011001000111010110110 | e9ecd2ec8eb5deec8eb6 |
UTF-8 | 蛹呟オ溲カ | 111010001001101110111001111001011001000110011111111011111011110110110101111001101011101010110010111011111011110110110110 | e89bb9e5919fefbdb5e6bab2efbdb6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)