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 | ??·? | 00111111001111111011011100111111 | 3f3fb73f |
SJIS-WIN | 也??? | 1001011011100111001111110011111100111111 | 96e73f3f3f |
EUC-JP | 也??洧 | 11001100111010010011111100111111100011111100011110110100 | cce93f3f8fc7b4 |
UTF-8 | 也㏓·洧 | 1110010010111001100111111110001110001111100100111100001010110111111001101011010010100111 | e4b99fe38f93c2b7e6b4a7 |
UHC | 也㏓·洧 | 1110010110100101101001111110101110100001101001001110101011111011 | e5a5a7eba1a4eafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)