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 | ??~??s | 001111110011111101111110001111110011111101110011 | 3f3f7e3f3f73 |
SJIS-WIN | ?ー~?ーs | 001111111011000001111110001111111011000001110011 | 3fb07e3fb073 |
EUC-JP | ?ー~?ーs | 0011111110001110101100000111111000111111100011101011000001110011 | 3f8eb07e3f8eb073 |
UTF-8 | 䵸ー~䵸ーs | 1110010010110101101110001110111110111101101100000111111011100100101101011011100011101111101111011011000001110011 | e4b5b8efbdb07ee4b5b8efbdb073 |
UHC | ??~??s | 001111110011111101111110001111110011111101110011 | 3f3f7e3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)