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 | ネ齊キ辞 | 1111001010100110110010001110101010001110101101111000111010101011 | f2a6c8ea8eb78eab |
EUC-JP | ?ネ齊キ辞 | 001111111000111011001000111100111110111010001110101101111011110010101101 | 3f8ec8f3ee8eb7bcad |
UTF-8 | ネ齊キ辞 | 111011101000011110011101111011111011111010001000111010011011110110001010111011111011110110110111111010001011111010011110 | ee879defbe88e9bd8aefbdb7e8be9e |
UHC | ??齊?? | 001111110011111111110000101110100011111100111111 | 3f3ff0ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)