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 | ネ邇ュマ」 | 1111000011100001110010001110011110001110101011011100111110100011 | f0e1c8e78eadcfa3 |
EUC-JP | ?ネ邇ュマ」 | 0011111110001110110010001110110111101110100011101010110110001110110011111000111010100011 | 3f8ec8edee8ead8ecf8ea3 |
UTF-8 | ネ邇ュマ」 | 111011101000001010100000111011111011111010001000111010011000001010000111111011111011110110101101111011111011111010001111111011111011110110100011 | ee82a0efbe88e98287efbdadefbe8fefbda3 |
UHC | ??邇??? | 00111111001111111110110011000100001111110011111100111111 | 3f3fecc43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)