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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | モュ簫\ | 1101001110101101111000101101001001011100 | d3ade2d25c |
EUC-JP | モュ簫\ | 10001110110100111000111010101101111001001101010001011100 | 8ed38eade4d45c |
UTF-8 | モュ簫\ | 11101111101111101001001111101111101111011010110111100111101100001010101101011100 | efbe93efbdade7b0ab5c |
UHC | ??簫\ | 0011111100111111111000011100011101011100 | 3f3fe1c75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)