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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螯爺サ喜。矩 | 11100101101001101001011011101010101110111000101011101100101000011000101111101001 | e5a696eabb8aeca18be9 |
EUC-JP | 螯爺サ喜。矩 | 111010101010100011001100111011001000111010111011101101001110111010001110101000011011011011101011 | eaa8ccec8ebbb4ee8ea1b6eb |
UTF-8 | 螯爺サ喜。矩 | 111010001001111010101111111001111000100010111010111011111011110110111011111001011001011010011100111011111011110110100001111001111001111110101001 | e89eafe788baefbdbbe5969cefbda1e79fa9 |
UHC | ?爺?喜?矩 | 001111111110010110101100001111111111110111101100001111111100111110111011 | 3fe5ac3ffdec3fcfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)