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 | ネ邇、タ釁 | 111100011111011111001000111001111000111010100100110000001110011111010101 | f1f7c8e78ea4c0e7d5 |
EUC-JP | ?ネ邇、タ釁 | 0011111110001110110010001110110111101110100011101010010010001110110000001110111011010111 | 3f8ec8edee8ea48ec0eed7 |
UTF-8 | ネ邇、タ釁 | 111011101000010110110010111011111011111010001000111010011000001010000111111011111011110110100100111011111011111010000000111010011000011110000001 | ee85b2efbe88e98287efbda4efbe80e98781 |
UHC | ??邇??? | 00111111001111111110110011000100001111110011111100111111 | 3f3fecc43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)