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 | ?щ?^ | 0011111110000100100010110011111101011110 | 3f848b3f5e |
EUC-JP | ?щ?^ | 0011111110100111111010110011111101011110 | 3fa7eb3f5e |
UTF-8 | 捻щ쨧^ | 111011111010011010100100110100011000100111101100101010001010011101011110 | efa6a4d189eca8a75e |
UHC | 捻щ쨧^ | 11100110111101111010110011101011101001001000001001011110 | e6f7aceba4825e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)