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 | 畑???裔 | 10010100101010000011111100111111001111111110010111100001 | 94a83f3f3fe5e1 |
EUC-JP | 畑???裔 | 11001000101010100011111100111111001111111110101011100011 | c8aa3f3f3feae3 |
UTF-8 | 畑늴욱맊裔 | 111001111001010110010001111010111000101010110100111011001001101010110001111010111010011110001010111010001010001110010100 | e79591eb8ab4ec9ab1eba78ae8a394 |
UHC | 畑늴욱맊裔 | 11101111101001011011010011001110101111111110110110010000101000101110011111100000 | efa5b4cebfed90a2e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)