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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茘曙ソ豕 | 11100100101010111000111110001100101111111110011010110011 | e4ab8f8cbfe6b3 |
EUC-JP | 茘曙ソ豕 | 1110100010101101101111011110110010001110101111111110110010110101 | e8adbdec8ebfecb5 |
UTF-8 | 茘曙ソ豕 | 111010001000110010011000111001101001101110011001111011111011110110111111111010001011000110010101 | e88c98e69b99efbdbfe8b195 |
UHC | ?曙?豕 | 001111111101111111110101001111111110001111001110 | 3fdff53fe3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)