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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 弥抃粹^ | 10010110111011011001110101010110111000101110110101011110 | 96ed9d56e2ed5e |
EUC-JP | 弥抃粹^ | 11001100111011111101100110110111111001001110111101011110 | ccefd9b7e4ef5e |
UTF-8 | 弥抃粹^ | 11100101101111001010010111100110100010101000001111100111101100101011100101011110 | e5bca5e68a83e7b2b95e |
UHC | ??粹^ | 0011111100111111111000101011011001011110 | 3f3fe2b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)