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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヨ邵サ | 111100001110101011010110111001111011100010111011 | f0ead6e7b8bb |
EUC-JP | ?ヨ邵サ | 00111111100011101101011011101110101110101000111010111011 | 3f8ed6eeba8ebb |
UTF-8 | ヨ邵サ | 111011101000001010101001111011111011111010010110111010011000001010110101111011111011110110111011 | ee82a9efbe96e982b5efbdbb |
UHC | ??邵? | 0011111100111111111000011101000000111111 | 3f3fe1d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)