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 | 蹊ソ阡慕 | 11100110111111001011111111101000100101001001010111100111 | e6fcbfe89495e7 |
EUC-JP | 蹊ソ阡慕 | 1110110011111110100011101011111111101111111101001100101011101001 | ecfe8ebfeff4cae9 |
UTF-8 | 蹊ソ阡慕 | 111010001011100110001010111011111011110110111111111010011001100010100001111001101000010110010101 | e8b98aefbdbfe998a1e68595 |
UHC | 蹊?阡慕 | 11111011101101110011111111110100110001101101100110110111 | fbb73ff4c6d9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)