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 | 邏ょシア荳 | 1110011110110100100000101110010110111100101100011110010010111000 | e7b482e5bcb1e4b8 |
EUC-JP | 邏ょシア荳 | 11101110101101101010010011100111100011101011110010001110101100011110100010111010 | eeb6a4e78ebc8eb1e8ba |
UTF-8 | 邏ょシア荳 | 111010011000001010001111111000111000001010000111111011111011110110111100111011111011110110110001111010001000110110110011 | e9828fe38287efbdbcefbdb1e88db3 |
UHC | 邏ょ??荳 | 1101010110100100101010101110011100111111001111111101010011100101 | d5a4aae73f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)