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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 始?荏蹄庚? | 10001110011011100011111110001001011000001001001011111011100011010100110100111111 | 8e6e3f896092fb8d4d3f |
EUC-JP | 始?荏蹄庚IJ | 101110111100111100111111101100011100000111000100111111011011100110101110100011111010100110100110 | bbcf3fb1c1c4fdb9ae8fa9a6 |
UTF-8 | 始룫荏蹄庚IJ | 1110010110100111100010111110101110100011101010111110100010001101100011111110100010111001100001001110010110111010100110101100010010110010 | e5a78beba3abe88d8fe8b984e5ba9ac4b2 |
UHC | 始룫荏蹄庚IJ | 111000111011011110001111101000101110110011111011111100001011010011001100110100101010100010100110 | e3b78fa2ecfbf0b4ccd2a8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)